Home
last modified time | relevance | path

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

/security/apparmor/include/
Dpolicy.h141 int xmatch_len; member
/security/apparmor/
Ddomain.c327 if (profile->xmatch && profile->xmatch_len > len) { in __attach_match()
334 len = profile->xmatch_len; in __attach_match()
Dpolicy_unpack.c639 profile->xmatch_len = tmp; in unpack_profile()