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.h258 struct aa_profile { struct
260 struct aa_profile __rcu *parent; argument
262 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