Home
last modified time | relevance | path

Searched defs:aa_label (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/security/apparmor/include/
Dlabel.h125 struct aa_label { struct
126 struct kref count;
127 struct rb_node node;
128 struct rcu_head rcu;
129 struct aa_proxy *proxy;
130 __counted char *hname;
154 int aa_label_next_confined(struct aa_label *l, int i); argument