Home
last modified time | relevance | path

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

/linux-4.1.27/security/tomoyo/
Dmount.c74 static int tomoyo_mount_acl(struct tomoyo_request_info *r, in tomoyo_mount_acl() function
Dcommon.h743 struct tomoyo_mount_acl { struct
744 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MOUNT_ACL */
745 struct tomoyo_name_union dev_name;
746 struct tomoyo_name_union dir_name;
747 struct tomoyo_name_union fs_type;
748 struct tomoyo_number_union flags;