Searched refs:selabel_open (Results 1 - 12 of 12) sorted by relevance
/third_party/selinux/libselinux/utils/ |
H A D | selabel_partial_match.c | 61 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main() 63 fprintf(stderr, "ERROR: selabel_open - Could not obtain " in main()
|
H A D | selabel_lookup.c | 91 hnd = selabel_open(backend, selabel_option, 2); in main() 93 fprintf(stderr, "ERROR: selabel_open - Could not obtain " in main()
|
H A D | selabel_digest.c | 126 hnd = selabel_open(backend, selabel_option, 3); in main() 134 fprintf(stderr, "ERROR: selabel_open: %s\n", in main()
|
H A D | matchpathcon.c | 131 hnd = selabel_open(SELABEL_CTX_FILE, options, SELABEL_NOPT); in main()
|
H A D | selabel_get_digests_all_partial_matches.c | 77 hnd = selabel_open(SELABEL_CTX_FILE, selabel_option, 2); in main() 79 fprintf(stderr, "ERROR: selabel_open - Could not obtain " in main()
|
H A D | selabel_lookup_best_match.c | 115 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 D | label.h | 65 * 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 D | selinux-util.c | 93 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 D | sload.c | 314 sehnd = selabel_open(SELABEL_CTX_FILE, c.seopt_file, c.nr_opt); in configure_files()
|
/third_party/selinux/libselinux/src/ |
H A D | label.c | 225 struct selabel_handle *selabel_open(unsigned int backend, in selabel_open() function
|
H A D | matchpathcon.c | 363 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 D | selinux_restorecon.c | 1161 * 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