Searched refs:nullperms (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/security/apparmor/ |
D | domain.c | 173 *perms = nullperms; in label_compound_match() 238 *perms = nullperms; in label_components_match() 260 *perms = nullperms; in label_match() 838 aa_audit_file(profile, &nullperms, OP_CHANGE_ONEXEC, in handle_onexec() 971 aa_audit_file(profile, &nullperms, OP_EXEC, MAY_EXEC, in apparmor_bprm_creds_for_exec() 1019 aa_audit_file(profile, &nullperms, OP_CHANGE_HAT, AA_MAY_CHANGEHAT, in build_change_hat() 1111 aa_audit_file(profile, &nullperms, OP_CHANGE_HAT, in change_hat()
|
D | lib.c | 23 struct aa_perms nullperms; variable
|
D | file.c | 169 aa_audit_file(profile, &nullperms, op, request, *name, in path_name()
|
D | mount.c | 737 0, NULL, AA_MAY_PIVOTROOT, &nullperms, info, in aa_pivotroot()
|
D | label.c | 1339 *perms = nullperms; in label_compound_match() 1402 *perms = nullperms; in label_components_match()
|
/Linux-v6.1/security/apparmor/include/ |
D | perms.h | 88 extern struct aa_perms nullperms;
|