Searched refs:aa_perms (Results 1 – 10 of 10) sorted by relevance
/security/apparmor/include/ |
D | perms.h | 70 struct aa_perms { struct 92 extern struct aa_perms nullperms; argument 93 extern struct aa_perms allperms; 145 struct aa_perms *perms); 147 struct aa_perms *perms); 148 void aa_perms_accum(struct aa_perms *accum, struct aa_perms *addend); 149 void aa_perms_accum_raw(struct aa_perms *accum, struct aa_perms *addend); 151 int type, u32 request, struct aa_perms *perms); 155 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms,
|
D | file.h | 160 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, 184 struct aa_perms aa_compute_fperms(struct aa_dfa *dfa, unsigned int state, 188 struct aa_perms *perms); 192 int flags, struct aa_perms *perms);
|
D | label.h | 334 struct aa_perms; 337 struct aa_perms *perms);
|
/security/apparmor/ |
D | lib.c | 27 struct aa_perms nullperms; 28 struct aa_perms allperms = { .allow = ALL_PERMS_MASK, 284 void aa_apply_modes_to_perms(struct aa_profile *profile, struct aa_perms *perms) in aa_apply_modes_to_perms() 320 struct aa_perms *perms) in aa_compute_perms() 345 void aa_perms_accum_raw(struct aa_perms *accum, struct aa_perms *addend) in aa_perms_accum_raw() 364 void aa_perms_accum(struct aa_perms *accum, struct aa_perms *addend) in aa_perms_accum() 379 int type, u32 request, struct aa_perms *perms) in aa_profile_match_label() 396 struct aa_perms perms; in aa_profile_label_perm() 426 int aa_check_perms(struct aa_profile *profile, struct aa_perms *perms, in aa_check_perms()
|
D | file.c | 103 int aa_audit_file(struct aa_profile *profile, struct aa_perms *perms, in aa_audit_file() 226 struct aa_perms aa_compute_fperms(struct aa_dfa *dfa, unsigned int state, in aa_compute_fperms() 229 struct aa_perms perms; in aa_compute_fperms() 276 struct aa_perms *perms) in aa_str_perms() 287 struct aa_perms *perms) in __aa_path_perm() 304 struct aa_perms *perms) in profile_path_perm() 336 struct aa_perms perms = {}; in aa_path_perm() 379 struct aa_perms lperms = {}, perms; in profile_path_link() 521 struct aa_perms perms = {}; in __file_path_perm()
|
D | mount.c | 137 struct aa_perms *perms, const char *info, int error) in audit_mount() 216 static struct aa_perms compute_mnt_perms(struct aa_dfa *dfa, in compute_mnt_perms() 219 struct aa_perms perms; in compute_mnt_perms() 246 void *data, bool binary, struct aa_perms *perms) in do_match_mnt() 325 struct aa_perms perms = { }; in match_mnt_path_str() 560 struct aa_perms perms = { }; in profile_umount() 618 struct aa_perms perms = { }; in build_pivotroot()
|
D | domain.c | 138 struct aa_perms *perms) in label_compound_match() 198 struct aa_perms *perms) in label_components_match() 202 struct aa_perms tmp; in label_components_match() 258 struct aa_perms *perms) in label_match() 292 struct aa_perms *perms) in change_profile_perms() 496 struct aa_perms perms = {}; in profile_transition() 606 struct aa_perms perms = {}; in profile_onexec() 1022 struct aa_perms perms = {}; in aa_change_hat() 1109 u32 request, struct aa_perms *perms) in change_profile_perms_wrapper() 1158 struct aa_perms perms = {}; in aa_change_profile()
|
D | ipc.c | 73 struct aa_perms perms = { }; in profile_ptrace_perm() 189 int signal, struct aa_perms *perms) in profile_match_signal() 205 struct aa_perms perms; in profile_signal_perm()
|
D | label.c | 1281 struct aa_perms *perms) in label_compound_match() 1339 struct aa_perms *perms) in label_components_match() 1343 struct aa_perms tmp; in label_components_match() 1397 struct aa_perms *perms) in aa_label_match()
|
D | apparmorfs.c | 611 static void profile_query_cb(struct aa_profile *profile, struct aa_perms *perms, in profile_query_cb() 614 struct aa_perms tmp; in profile_query_cb() 764 struct aa_perms perms; in query_label()
|