Home
last modified time | relevance | path

Searched refs:aa_attachment (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/security/apparmor/include/
H A Dpolicy.h186 struct aa_attachment { struct
236 struct aa_attachment attach;
/linux-6.15/security/apparmor/
H A Ddomain.c311 struct aa_attachment *attach = &profile->attach; in aa_xattrs_match()
398 struct aa_attachment *attach = &profile->attach; in find_attach()
H A Dpolicy.c232 static void free_attachment(struct aa_attachment *attach) in free_attachment()