Searched refs:flabel (Results 1 – 1 of 1) sorted by relevance
480 struct aa_label *flabel, struct file *file, in __file_path_perm() argument495 if (!denied && aa_label_is_subset(flabel, label)) in __file_path_perm()505 error = fn_for_each_not_in_set(flabel, label, profile, in __file_path_perm()518 if (label == flabel) in __file_path_perm()541 struct aa_label *flabel, struct file *file, in __file_sock_perm() argument547 if (!denied && aa_label_is_subset(flabel, label)) in __file_sock_perm()609 struct aa_label *flabel; in aa_file_perm() local619 flabel = rcu_dereference(fctx->label); in aa_file_perm()620 AA_BUG(!flabel); in aa_file_perm()638 flabel = aa_get_newest_label(flabel); in aa_file_perm()[all …]
Completed in 4 milliseconds