Home
last modified time | relevance | path

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

/linux-3.4.99/security/apparmor/include/
Dpolicy.h186 int xmatch_len; member
/linux-3.4.99/security/apparmor/
Ddomain.c154 if (profile->xmatch && profile->xmatch_len > len) { in __attach_match()
161 len = profile->xmatch_len; in __attach_match()
Dpolicy_unpack.c502 profile->xmatch_len = tmp; in unpack_profile()