Home
last modified time | relevance | path

Searched defs:path (Results 1 – 17 of 17) sorted by relevance

/security/tomoyo/
Dtomoyo.c149 struct path path = { mnt, dentry }; in tomoyo_inode_getattr() local
160 static int tomoyo_path_truncate(struct path *path) in tomoyo_path_truncate()
175 struct path path = { parent->mnt, dentry }; in tomoyo_path_unlink() local
191 struct path path = { parent->mnt, dentry }; in tomoyo_path_mkdir() local
206 struct path path = { parent->mnt, dentry }; in tomoyo_path_rmdir() local
222 struct path path = { parent->mnt, dentry }; in tomoyo_path_symlink() local
239 struct path path = { parent->mnt, dentry }; in tomoyo_path_mknod() local
361 static int tomoyo_path_chmod(struct path *path, umode_t mode) in tomoyo_path_chmod()
376 static int tomoyo_path_chown(struct path *path, kuid_t uid, kgid_t gid) in tomoyo_path_chown()
395 static int tomoyo_path_chroot(struct path *path) in tomoyo_path_chroot()
[all …]
Drealpath.c92 static char *tomoyo_get_absolute_path(struct path *path, char * const buffer, in tomoyo_get_absolute_path()
219 static char *tomoyo_get_socket_name(struct path *path, char * const buffer, in tomoyo_get_socket_name()
250 char *tomoyo_realpath_from_path(struct path *path) in tomoyo_realpath_from_path()
321 struct path path; in tomoyo_realpath_nofollow() local
Dmount.c80 struct path path; in tomoyo_mount_acl() local
187 int tomoyo_mount_permission(const char *dev_name, struct path *path, in tomoyo_mount_permission()
Dfile.c148 static bool tomoyo_get_realpath(struct tomoyo_path_info *buf, struct path *path) in tomoyo_get_realpath()
690 int tomoyo_path_number_perm(const u8 type, struct path *path, in tomoyo_path_number_perm()
736 struct path *path, const int flag) in tomoyo_check_open_permission()
785 int tomoyo_path_perm(const u8 operation, struct path *path, const char *target) in tomoyo_path_perm()
841 int tomoyo_mkdev_perm(const u8 operation, struct path *path, in tomoyo_mkdev_perm()
Dload_policy.c38 struct path path; in tomoyo_policy_loader_exists() local
Dcommon.h436 } path; member
/security/keys/
Dbig_key.c50 struct path *path = (struct path *)&prep->payload; in big_key_preparse() local
113 struct path *path = (struct path *)&prep->payload; in big_key_free_preparse() local
126 struct path *path = (struct path *)&key->payload.data2; in big_key_revoke() local
140 struct path *path = (struct path *)&key->payload.data2; in big_key_destroy() local
178 struct path *path = (struct path *)&key->payload.data2; in big_key_read() local
Drequest_key.c75 static int call_usermodehelper_keys(char *path, char **argv, char **envp, in call_usermodehelper_keys()
/security/apparmor/
Dpath.c56 static int d_namespace_path(struct path *path, char *buf, int buflen, in d_namespace_path()
161 static int get_name_to_buffer(struct path *path, int flags, char *buffer, in get_name_to_buffer()
207 int aa_path_name(struct path *path, int flags, char **buffer, const char **name, in aa_path_name()
Dlsm.c162 static int common_perm(int op, struct path *path, u32 mask, in common_perm()
189 struct path path = { dir->mnt, dentry }; in common_perm_dir_dentry() local
206 struct path path = { mnt, dentry }; in common_perm_mnt_dentry() local
282 static int apparmor_path_truncate(struct path *path) in apparmor_path_truncate()
347 static int apparmor_path_chmod(struct path *path, umode_t mode) in apparmor_path_chmod()
355 static int apparmor_path_chown(struct path *path, kuid_t uid, kgid_t gid) in apparmor_path_chown()
Dfile.c278 int aa_path_perm(int op, struct aa_profile *profile, struct path *path, in aa_path_perm()
/security/integrity/ima/
Dima_api.c324 const char *ima_d_path(struct path *path, char **pathbuf) in ima_d_path()
/security/
Dsecurity.c300 int security_sb_mount(const char *dev_name, struct path *path, in security_sb_mount()
475 int security_path_truncate(struct path *path) in security_path_truncate()
482 int security_path_chmod(struct path *path, umode_t mode) in security_path_chmod()
489 int security_path_chown(struct path *path, kuid_t uid, kgid_t gid) in security_path_chown()
497 int security_path_chroot(struct path *path) in security_path_chroot()
Dcapability.c97 static int cap_sb_mount(const char *dev_name, struct path *path, in cap_sb_mount()
308 static int cap_path_truncate(struct path *path) in cap_path_truncate()
313 static int cap_path_chmod(struct path *path, umode_t mode) in cap_path_chmod()
318 static int cap_path_chown(struct path *path, kuid_t uid, kgid_t gid) in cap_path_chown()
/security/selinux/ss/
Dservices.c2466 char *path, in __security_genfs_sid()
2526 char *path, in security_genfs_sid()
/security/selinux/
Dhooks.c1245 char *buffer, *path; in selinux_genfs_get_sid() local
1636 struct path *path, in path_has_perm()
2690 struct path *path, in selinux_mount()
2962 struct path path; in selinux_inode_getattr() local
/security/smack/
Dsmack_lsm.c1031 struct path path; in smack_inode_getattr() local