Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dpolicy.h234 struct aa_profile { struct
236 struct aa_profile __rcu *parent; argument
238 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