Home
last modified time | relevance | path

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

/linux-6.12.1/security/apparmor/include/
Dpolicy.h187 const char *xmatch_str; member
/linux-6.12.1/security/apparmor/
Dapparmorfs.c1097 if (profile->attach.xmatch_str) in seq_profile_attach_show()
1098 seq_printf(seq, "%s\n", profile->attach.xmatch_str); in seq_profile_attach_show()
Dpolicy_unpack.c868 (void) aa_unpack_str(e, &profile->attach.xmatch_str, "attach"); in unpack_profile()