Searched defs:aa_profile (Results 1 – 1 of 1) sorted by relevance
258 struct aa_profile { struct260 struct aa_profile __rcu *parent; argument262 struct aa_ns *ns;263 const char *rename;265 enum audit_mode audit;266 long mode;267 u32 path_flags;268 int signal;269 const char *disconnected;294 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy, argument