Searched refs:selabel_open (Results 1 – 13 of 13) sorted by relevance
/external/selinux/libselinux/utils/ |
D | selabel_partial_match.c | 61 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main()
|
D | selabel_lookup.c | 89 hnd = selabel_open(backend, selabel_option, 2); in main()
|
D | selabel_lookup_best_match.c | 117 hnd = selabel_open(SELABEL_CTX_FILE, options, 2); in main()
|
D | selabel_digest.c | 124 hnd = selabel_open(backend, selabel_option, 3); in main()
|
/external/libselinux/include/selinux/ |
D | label.h | 71 struct selabel_handle *selabel_open(unsigned int backend,
|
/external/selinux/libselinux/include/selinux/ |
D | label.h | 73 struct selabel_handle *selabel_open(unsigned int backend,
|
/external/squashfs-tools/squashfs-tools/ |
D | android.c | 65 selabel_open(SELABEL_CTX_FILE, seopts, ARRAY_SIZE(seopts)); in get_sehnd()
|
/external/libselinux/src/ |
D | label.c | 66 struct selabel_handle *selabel_open(unsigned int backend, in selabel_open() function
|
D | android.c | 1480 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, 2); in selinux_android_file_context_handle() 1502 sehandle = selabel_open(SELABEL_CTX_ANDROID_PROP, in selinux_android_prop_context_handle() 1520 sehandle = selabel_open(SELABEL_CTX_ANDROID_PROP, in selinux_android_service_context_handle()
|
/external/selinux/libselinux/src/ |
D | label.c | 317 struct selabel_handle *selabel_open(unsigned int backend, in selabel_open() function
|
D | matchpathcon.c | 322 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in matchpathcon_init_prefix()
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.c | 65 r_opts->hnd = selabel_open(SELABEL_CTX_FILE, selinux_opts, 2); in restore_init()
|
/external/selinux/libselinux/ |
D | ChangeLog | 8 * Fix selabel_open(3) services if no digest requested, from Richard Haines. 269 * selabel_open fix processing of substitution files
|