/security/tomoyo/ |
D | tomoyo.c | 149 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 …]
|
D | realpath.c | 92 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
|
D | mount.c | 80 struct path path; in tomoyo_mount_acl() local 187 int tomoyo_mount_permission(const char *dev_name, struct path *path, in tomoyo_mount_permission()
|
D | file.c | 148 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()
|
D | load_policy.c | 38 struct path path; in tomoyo_policy_loader_exists() local
|
D | common.h | 436 } path; member
|
/security/keys/ |
D | big_key.c | 50 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
|
D | request_key.c | 75 static int call_usermodehelper_keys(char *path, char **argv, char **envp, in call_usermodehelper_keys()
|
/security/apparmor/ |
D | path.c | 56 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()
|
D | lsm.c | 162 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()
|
D | file.c | 278 int aa_path_perm(int op, struct aa_profile *profile, struct path *path, in aa_path_perm()
|
/security/integrity/ima/ |
D | ima_api.c | 324 const char *ima_d_path(struct path *path, char **pathbuf) in ima_d_path()
|
/security/ |
D | security.c | 300 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()
|
D | capability.c | 97 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/ |
D | services.c | 2466 char *path, in __security_genfs_sid() 2526 char *path, in security_genfs_sid()
|
/security/selinux/ |
D | hooks.c | 1245 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/ |
D | smack_lsm.c | 1031 struct path path; in smack_inode_getattr() local
|