Home
last modified time | relevance | path

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

/linux-6.14.4/security/apparmor/include/
Dpolicy.h224 struct aa_profile { struct
226 struct aa_profile __rcu *parent; argument
228 struct aa_ns *ns;
229 const char *rename;
231 enum audit_mode audit;
232 long mode;
233 u32 path_flags;
257 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy, argument