Searched defs:aa_profile (Results 1 – 1 of 1) sorted by relevance
257 struct aa_profile { struct259 struct aa_profile __rcu *parent; argument261 struct aa_ns *ns;262 const char *rename;264 enum audit_mode audit;265 long mode;266 u32 path_flags;267 int signal;268 const char *disconnected;293 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy, argument