Home
last modified time | relevance | path

Searched refs:path_number (Results 1 – 2 of 2) sorted by relevance

/security/tomoyo/
Dfile.c213 const u8 type = r->param.path_number.operation; in tomoyo_audit_path_number_log()
231 tomoyo_print_ulong(buffer, sizeof(buffer), r->param.path_number.number, in tomoyo_audit_path_number_log()
235 r->param.path_number.filename->name, buffer); in tomoyo_audit_path_number_log()
277 return (acl->perm & (1 << r->param.path_number.operation)) && in tomoyo_check_path_number_acl()
278 tomoyo_compare_number_union(r->param.path_number.number, in tomoyo_check_path_number_acl()
280 tomoyo_compare_name_union(r->param.path_number.filename, in tomoyo_check_path_number_acl()
711 r.param.path_number.operation = type; in tomoyo_path_number_perm()
712 r.param.path_number.filename = &buf; in tomoyo_path_number_perm()
713 r.param.path_number.number = number; in tomoyo_path_number_perm()
Dcommon.h459 } path_number; member