Home
last modified time | relevance | path

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

/third_party/selinux/libselinux/utils/
Dmatchpathcon.c81 struct selinux_opt options[SELABEL_NOPT] = {}; in main()
131 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in main()
/third_party/selinux/libselinux/include/selinux/
Dlabel.h58 #define SELABEL_NOPT 6 macro
/third_party/selinux/libselinux/src/
Dmatchpathcon.c152 static __thread struct selinux_opt options[SELABEL_NOPT];
366 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in matchpathcon_init_prefix()