Home
last modified time | relevance | path

Searched refs:selabel_open (Results 1 - 12 of 12) sorted by relevance

/third_party/selinux/libselinux/utils/
H A Dselabel_partial_match.c61 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main()
63 fprintf(stderr, "ERROR: selabel_open - Could not obtain " in main()
H A Dselabel_lookup.c91 hnd = selabel_open(backend, selabel_option, 2); in main()
93 fprintf(stderr, "ERROR: selabel_open - Could not obtain " in main()
H A Dselabel_digest.c126 hnd = selabel_open(backend, selabel_option, 3); in main()
134 fprintf(stderr, "ERROR: selabel_open: %s\n", in main()
H A Dmatchpathcon.c131 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in main()
H A Dselabel_get_digests_all_partial_matches.c77 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main()
79 fprintf(stderr, "ERROR: selabel_open - Could not obtain " in main()
H A Dselabel_lookup_best_match.c115 hnd = selabel_open(SELABEL_CTX_FILE, options, 2); in main()
117 fprintf(stderr, "ERROR: selabel_open - Could not obtain " in main()
/third_party/selinux/libselinux/include/selinux/
H A Dlabel.h65 * selabel_open - Create a labeling handle.
76 extern struct selabel_handle *selabel_open(unsigned int backend,
125 * be set in selabel_open() to initiate the digest generation.
/third_party/eudev/src/shared/
H A Dselinux-util.c93 label_hnd = selabel_open(SELABEL_CTX_FILE, options, ELEMENTSOF(options)); in mac_selinux_init()
95 label_hnd = selabel_open(SELABEL_CTX_FILE, NULL, 0); in mac_selinux_init()
/third_party/f2fs-tools/fsck/
H A Dsload.c314 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()
/third_party/selinux/libselinux/src/
H A Dlabel.c225 struct selabel_handle *selabel_open(unsigned int backend, in selabel_open() function
H A Dmatchpathcon.c363 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in matchpathcon_init_prefix()
537 * file_contexts.subs file does not exist (see selabel_open in in selinux_file_context_verify()
H A Dselinux_restorecon.c1161 * an external selabel_open(3) call. in selinux_restorecon_common()
1464 /* Check if digest requested in selabel_open(3), if so use it. */ in selinux_restorecon_set_sehandle()
1485 sehandle = selabel_open(SELABEL_CTX_FILE, fc_opts, 1); in selinux_restorecon_default_handle()

Completed in 7 milliseconds