Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/include/
H A Dpolicy.h161 const char *xmatch_str; member
/openbmc/linux/security/apparmor/
H A 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()
H A Dpolicy_unpack.c853 (void) aa_unpack_str(e, &profile->attach.xmatch_str, "attach"); in unpack_profile()