Home
last modified time | relevance | path

Searched refs:TOMOYO_TYPE_PATH_ACL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/security/tomoyo/
H A Dfile.c390 .head.type = TOMOYO_TYPE_PATH_ACL, in tomoyo_update_path_acl()
582 r->param_type = TOMOYO_TYPE_PATH_ACL; in tomoyo_path_permission()
612 r->param_type = TOMOYO_TYPE_PATH_ACL; in tomoyo_execute_permission()
H A Dgc.c163 case TOMOYO_TYPE_PATH_ACL: in tomoyo_del_acl()
H A Dutil.c1068 case TOMOYO_TYPE_PATH_ACL: in tomoyo_domain_quota_is_ok()
H A Ddomain.c116 !(new_entry->type == TOMOYO_TYPE_PATH_ACL && in tomoyo_update_domain()
H A Dcommon.h229 TOMOYO_TYPE_PATH_ACL, enumerator
H A Dcommon.c1397 else if (acl_type == TOMOYO_TYPE_PATH_ACL) { in tomoyo_print_entry()