Searched defs:tomoyo_unix_acl (Results 1 – 1 of 1) sorted by relevance
768 struct tomoyo_unix_acl { struct769 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_UNIX_ACL */770 u8 protocol;771 u8 perm; /* Bitmask of values in "enum tomoyo_network_acl_index" */772 struct tomoyo_name_union name;