Searched refs:tomoyo_init_request_info (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | file.c | 702 if (tomoyo_init_request_info(&r, NULL, tomoyo_pn2mac[type]) in tomoyo_path_number_perm() 752 tomoyo_init_request_info(&r, domain, TOMOYO_MAC_FILE_OPEN) in tomoyo_check_open_permission() 798 if (tomoyo_init_request_info(&r, NULL, tomoyo_p2mac[operation]) in tomoyo_path_perm() 853 if (tomoyo_init_request_info(&r, NULL, tomoyo_pnnn2mac[operation]) in tomoyo_mkdev_perm() 899 if (tomoyo_init_request_info(&r, NULL, tomoyo_pp2mac[operation]) in tomoyo_path2_perm()
|
D | securityfs_if.c | 58 tomoyo_init_request_info(&r, NULL, TOMOYO_MAC_FILE_EXECUTE); in tomoyo_write_self()
|
D | mount.c | 196 if (tomoyo_init_request_info(&r, NULL, TOMOYO_MAC_FILE_MOUNT) in tomoyo_mount_permission()
|
D | network.c | 474 if (type && tomoyo_init_request_info(&r, NULL, type) in tomoyo_inet_entry() 549 if (type && tomoyo_init_request_info(&r, NULL, type) in tomoyo_unix_entry()
|
D | domain.c | 572 tomoyo_init_request_info(&r, entry, in tomoyo_assign_domain() 698 tomoyo_init_request_info(&ee->r, NULL, TOMOYO_MAC_FILE_EXECUTE); in tomoyo_find_next_domain()
|
D | util.c | 984 int tomoyo_init_request_info(struct tomoyo_request_info *r, in tomoyo_init_request_info() function
|
D | common.h | 969 int tomoyo_init_request_info(struct tomoyo_request_info *r,
|