Home
last modified time | relevance | path

Searched refs:SELABEL_CTX_FILE (Results 1 – 7 of 7) sorted by relevance

/external/selinux/libselinux/include/selinux/
Dlabel.h27 #define SELABEL_CTX_FILE 0 macro
/external/libselinux/include/selinux/
Dlabel.h28 #define SELABEL_CTX_FILE 0 macro
/external/squashfs-tools/squashfs-tools/
Dandroid.c61 selabel_open(SELABEL_CTX_FILE, seopts, ARRAY_SIZE(seopts)); in get_sehnd()
/external/sepolicy/tools/
Dcheckfc.c39 unsigned int backend = SELABEL_CTX_FILE; in main()
/external/selinux/libselinux/src/
Dmatchpathcon.c322 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in matchpathcon_init_prefix()
/external/selinux/policycoreutils/setfiles/
Drestore.c65 r_opts->hnd = selabel_open(SELABEL_CTX_FILE, selinux_opts, 2); in restore_init()
/external/libselinux/src/
Dandroid.c1380 sehandle = selabel_open(SELABEL_CTX_FILE, &seopts[policy_index], 1); in selinux_android_file_context_handle()