Searched refs:tomoyo_check_acl (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/security/tomoyo/ |
D | environ.c | 61 tomoyo_check_acl(r, tomoyo_check_env_acl); in tomoyo_env_perm()
|
D | file.c | 571 tomoyo_check_acl(r, tomoyo_check_path_acl); in tomoyo_path_permission() 600 tomoyo_check_acl(r, tomoyo_check_path_acl); in tomoyo_execute_permission() 715 tomoyo_check_acl(&r, tomoyo_check_path_number_acl); in tomoyo_path_number_perm() 866 tomoyo_check_acl(&r, tomoyo_check_mkdev_acl); in tomoyo_mkdev_perm() 924 tomoyo_check_acl(&r, tomoyo_check_path2_acl); in tomoyo_path2_perm()
|
D | securityfs_if.c | 64 tomoyo_check_acl(&r, tomoyo_check_task_acl); in tomoyo_write_self()
|
D | mount.c | 161 tomoyo_check_acl(r, tomoyo_check_mount_acl); in tomoyo_mount_acl()
|
D | network.c | 482 tomoyo_check_acl(&r, tomoyo_check_inet_acl); in tomoyo_inet_entry() 570 tomoyo_check_acl(&r, tomoyo_check_unix_acl); in tomoyo_unix_entry()
|
D | domain.c | 156 void tomoyo_check_acl(struct tomoyo_request_info *r, in tomoyo_check_acl() function
|
D | common.h | 1035 void tomoyo_check_acl(struct tomoyo_request_info *r,
|