Searched refs:acl_type (Results 1 - 1 of 1) sorted by relevance

/security/tomoyo/
H A Dcommon.c1363 const u8 acl_type = acl->type; local
1373 else if (acl_type == TOMOYO_TYPE_PATH_ACL) {
1394 } else if (acl_type == TOMOYO_TYPE_MANUAL_TASK_ACL) {
1402 } else if (acl_type == TOMOYO_TYPE_PATH2_ACL) {
1422 } else if (acl_type == TOMOYO_TYPE_PATH_NUMBER_ACL) {
1442 } else if (acl_type == TOMOYO_TYPE_MKDEV_ACL) {
1464 } else if (acl_type == TOMOYO_TYPE_INET_ACL) {
1496 } else if (acl_type == TOMOYO_TYPE_UNIX_ACL) {
1518 } else if (acl_type == TOMOYO_TYPE_MOUNT_ACL) {
1526 } else if (acl_type
[all...]

Completed in 159 milliseconds