Searched defs:aa_profile (Results 1 – 1 of 1) sorted by relevance
234 struct aa_profile { struct236 struct aa_profile __rcu *parent; argument238 struct aa_ns *ns;239 const char *rename;241 enum audit_mode audit;242 long mode;243 u32 path_flags;244 int signal;245 const char *disconnected;270 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy, argument