Searched refs:quiet (Results 1 – 11 of 11) sorted by relevance
| /security/apparmor/include/ |
| A D | perms.h | 81 u32 quiet; /* set only when ~allow | deny */ member 113 accum->quiet &= addend->quiet & ~addend->allow; in aa_perms_accum_raw() 140 accum->quiet &= addend->quiet & ~accum->allow; in aa_perms_accum()
|
| A D | capability.h | 32 kernel_cap_t quiet; member
|
| A D | file.h | 72 #define COMBINED_PERM_MASK(X) ((X).allow | (X).audit | (X).quiet | (X).kill)
|
| /security/apparmor/ |
| A D | policy_compat.c | 119 perms.quiet = map_old_perms(dfa_user_quiet(dfa, state)); in compute_fperms_user() 134 perms.quiet = map_old_perms(dfa_other_quiet(dfa, state)); in compute_fperms_other() 218 perms.quiet = dfa_user_quiet(dfa, state); in compute_perms_entry() 242 perms.quiet |= map_other(dfa_other_quiet(dfa, state)); in compute_perms_entry() 244 perms.quiet |= map_xbits(dfa_other_xbits(dfa, state)); in compute_perms_entry()
|
| A D | lib.c | 25 .quiet = ALL_PERMS_MASK, 368 perms->quiet = 0; in aa_apply_modes_to_perms() 374 perms->quiet = ALL_PERMS_MASK; in aa_apply_modes_to_perms() 446 denied &= ~perms->quiet; in aa_check_perms()
|
| A D | file.c | 135 if ((ad.request & perms->quiet) && in aa_audit_file() 138 ad.request &= ~perms->quiet; in aa_audit_file() 363 lperms.quiet = perms.quiet; in profile_path_link()
|
| A D | capability.c | 87 } else if (cap_raised(rules->caps.quiet, cap) && in audit_caps()
|
| A D | mount.c | 164 if ((request & perms->quiet) && in audit_mount() 167 request &= ~perms->quiet; in audit_mount()
|
| A D | policy_unpack.c | 664 aa_unpack_u32(e, &perm->quiet, NULL) && in unpack_perm() 982 if (!aa_unpack_cap_low(e, &rules->caps.quiet, NULL)) in unpack_profile() 994 if (!aa_unpack_cap_high(e, &rules->caps.quiet, NULL)) in unpack_profile()
|
| A D | domain.c | 295 perms->audit = perms->quiet = perms->kill = 0; in change_profile_perms()
|
| A D | apparmorfs.c | 811 perms.allow, perms.deny, perms.audit, perms.quiet); in query_label()
|
Completed in 21 milliseconds