Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dlabel.h123 struct aa_label { struct
124 struct kref count;
125 struct rb_node node;
126 struct rcu_head rcu;
127 struct aa_proxy *proxy;
128 __counted char *hname;
129 long flags;
153 int aa_label_next_confined(struct aa_label *l, int i); argument