Home
last modified time | relevance | path

Searched defs:tomoyo_mount_acl (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/security/tomoyo/
Dmount.c77 static int tomoyo_mount_acl(struct tomoyo_request_info *r, in tomoyo_mount_acl() function
Dcommon.h748 struct tomoyo_mount_acl { struct
749 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MOUNT_ACL */
750 struct tomoyo_name_union dev_name;
751 struct tomoyo_name_union dir_name;
752 struct tomoyo_name_union fs_type;
753 struct tomoyo_number_union flags;