Home
last modified time | relevance | path

Searched refs:flabel (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/security/apparmor/
A Dfile.c457 struct aa_label *flabel, struct file *file, in __file_path_perm() argument
472 if (!denied && aa_label_is_subset(flabel, label)) in __file_path_perm()
494 if (label == flabel) in __file_path_perm()
514 struct aa_label *flabel, struct file *file, in __file_sock_perm() argument
523 if (!denied && aa_label_is_subset(flabel, label)) in __file_sock_perm()
553 struct aa_label *flabel; in aa_file_perm() local
563 flabel = rcu_dereference(fctx->label); in aa_file_perm()
564 AA_BUG(!flabel); in aa_file_perm()
574 if (unconfined(label) || unconfined(flabel) || in aa_file_perm()
580 flabel = aa_get_newest_label(flabel); in aa_file_perm()
[all …]

Completed in 5 milliseconds