Home
last modified time | relevance | path

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

/external/selinux/libselinux/include/selinux/
Dselinux.h447 #define MATCHPATHCON_BASEONLY 1 /* Only process the base file_contexts file. */ macro
/external/selinux/libselinux/src/
Dmatchpathcon.c155 options[i].value = (flags & MATCHPATHCON_BASEONLY) ? (char*)1 : NULL; in set_matchpathcon_flags()