Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/include/
Dlabel.h129 struct aa_label { struct
130 struct kref count;
131 struct rb_node node;
132 struct rcu_head rcu;
133 struct aa_proxy *proxy;
134 __counted char *hname;
158 int aa_label_next_confined(struct aa_label *l, int i); argument