Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dlabel.h434 struct aa_label *obj_label) in __aa_subj_label_is_cached() argument
436 return aa_label_is_subset(obj_label, subj_label); in __aa_subj_label_is_cached()
/linux/security/apparmor/
H A Dfile.c565 static bool __file_is_delegated(struct aa_label *obj_label) in __file_is_delegated() argument
567 return unconfined(obj_label); in __file_is_delegated()