Searched refs:nullperms (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/security/apparmor/ |
D | domain.c | 166 *perms = nullperms; in label_compound_match() 233 *perms = nullperms; in label_components_match() 255 *perms = nullperms; in label_match() 855 aa_audit_file(subj_cred, profile, &nullperms, in handle_onexec() 992 aa_audit_file(current_cred(), profile, &nullperms, in apparmor_bprm_creds_for_exec() 1042 aa_audit_file(subj_cred, profile, &nullperms, OP_CHANGE_HAT, in build_change_hat() 1136 aa_audit_file(subj_cred, profile, &nullperms, in change_hat()
|
D | lib.c | 23 struct aa_perms nullperms; variable
|
D | file.c | 174 profile, &nullperms, op, request, *name, in path_name()
|
D | mount.c | 768 0, NULL, AA_MAY_PIVOTROOT, &nullperms, info, in aa_pivotroot()
|
D | label.c | 1337 *perms = nullperms; in label_compound_match() 1402 *perms = nullperms; in label_components_match()
|
/linux-6.6.21/security/apparmor/include/ |
D | perms.h | 96 extern struct aa_perms nullperms;
|