Home
last modified time | relevance | path

Searched refs:tomoyo_init_request_info (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/security/tomoyo/
Dfile.c701 if (tomoyo_init_request_info(&r, NULL, tomoyo_pn2mac[type]) in tomoyo_path_number_perm()
751 tomoyo_init_request_info(&r, domain, TOMOYO_MAC_FILE_OPEN) in tomoyo_check_open_permission()
797 if (tomoyo_init_request_info(&r, NULL, tomoyo_p2mac[operation]) in tomoyo_path_perm()
852 if (tomoyo_init_request_info(&r, NULL, tomoyo_pnnn2mac[operation]) in tomoyo_mkdev_perm()
898 if (tomoyo_init_request_info(&r, NULL, tomoyo_pp2mac[operation]) in tomoyo_path2_perm()
Dsecurityfs_if.c61 tomoyo_init_request_info(&r, NULL, TOMOYO_MAC_FILE_EXECUTE); in tomoyo_write_self()
Dmount.c195 if (tomoyo_init_request_info(&r, NULL, TOMOYO_MAC_FILE_MOUNT) in tomoyo_mount_permission()
Dnetwork.c473 if (type && tomoyo_init_request_info(&r, NULL, type) in tomoyo_inet_entry()
548 if (type && tomoyo_init_request_info(&r, NULL, type) in tomoyo_unix_entry()
Ddomain.c569 tomoyo_init_request_info(&r, entry, in tomoyo_assign_domain()
695 tomoyo_init_request_info(&ee->r, NULL, TOMOYO_MAC_FILE_EXECUTE); in tomoyo_find_next_domain()
Dutil.c1002 int tomoyo_init_request_info(struct tomoyo_request_info *r, in tomoyo_init_request_info() function
Dcommon.h968 int tomoyo_init_request_info(struct tomoyo_request_info *r,