Searched refs:tomoyo_init_request_info (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/security/tomoyo/ |
H A D | file.c | 719 if (tomoyo_init_request_info(&r, NULL, tomoyo_pn2mac[type]) in tomoyo_path_number_perm() 769 tomoyo_init_request_info(&r, domain, TOMOYO_MAC_FILE_OPEN) in tomoyo_check_open_permission() 815 if (tomoyo_init_request_info(&r, NULL, tomoyo_p2mac[operation]) in tomoyo_path_perm() 870 if (tomoyo_init_request_info(&r, NULL, tomoyo_pnnn2mac[operation]) in tomoyo_mkdev_perm() 916 if (tomoyo_init_request_info(&r, NULL, tomoyo_pp2mac[operation]) in tomoyo_path2_perm()
|
H A D | securityfs_if.c | 61 tomoyo_init_request_info(&r, NULL, TOMOYO_MAC_FILE_EXECUTE); in tomoyo_write_self()
|
H A D | mount.c | 199 if (tomoyo_init_request_info(&r, NULL, TOMOYO_MAC_FILE_MOUNT) in tomoyo_mount_permission()
|
H A D | network.c | 474 if (type && tomoyo_init_request_info(&r, NULL, type) in tomoyo_inet_entry() 551 if (type && tomoyo_init_request_info(&r, NULL, type) in tomoyo_unix_entry()
|
H A D | domain.c | 591 tomoyo_init_request_info(&r, entry, in tomoyo_assign_domain() 720 tomoyo_init_request_info(&ee->r, NULL, TOMOYO_MAC_FILE_EXECUTE); in tomoyo_find_next_domain()
|
H A D | util.c | 1019 int tomoyo_init_request_info(struct tomoyo_request_info *r, in tomoyo_init_request_info() function
|
H A D | common.h | 978 int tomoyo_init_request_info(struct tomoyo_request_info *r,
|