Home
last modified time | relevance | path

Searched refs:SECSID_WILD (Results 1 – 2 of 2) sorted by relevance

/security/selinux/include/
Dsecurity.h18 #define SECSID_WILD 0xffffffff /* wildcard SID */ macro
/security/selinux/
Davc.c808 return (x == y || x == SECSID_WILD || y == SECSID_WILD); in avc_sidcmp()