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.h257 struct aa_profile { struct
259 struct aa_profile __rcu *parent; argument
261 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