Searched refs:SELABEL_OPT_PATH (Results 1 – 21 of 21) sorted by relevance
/external/selinux/libselinux/src/android/ |
D | android.c | 14 { SELABEL_OPT_PATH, "/system/etc/selinux/plat_service_contexts" }, 15 { SELABEL_OPT_PATH, "/plat_service_contexts" } 18 { SELABEL_OPT_PATH, "/system_ext/etc/selinux/system_ext_service_contexts" }, 19 { SELABEL_OPT_PATH, "/system_ext_service_contexts" } 22 { SELABEL_OPT_PATH, "/product/etc/selinux/product_service_contexts" }, 23 { SELABEL_OPT_PATH, "/product_service_contexts" } 26 { SELABEL_OPT_PATH, "/vendor/etc/selinux/vendor_service_contexts" }, 27 { SELABEL_OPT_PATH, "/vendor_service_contexts" }, 29 { SELABEL_OPT_PATH, "/vendor/etc/selinux/nonplat_service_contexts" }, 30 { SELABEL_OPT_PATH, "/nonplat_service_contexts" } [all …]
|
D | android_platform.c | 11 { SELABEL_OPT_PATH, "/system/etc/selinux/plat_file_contexts" }, 12 { SELABEL_OPT_PATH, "/plat_file_contexts" } 15 { SELABEL_OPT_PATH, "/system_ext/etc/selinux/system_ext_file_contexts" }, 16 { SELABEL_OPT_PATH, "/system_ext_file_contexts" } 19 { SELABEL_OPT_PATH, "/product/etc/selinux/product_file_contexts" }, 20 { SELABEL_OPT_PATH, "/product_file_contexts" } 23 { SELABEL_OPT_PATH, "/vendor/etc/selinux/vendor_file_contexts" }, 24 { SELABEL_OPT_PATH, "/vendor_file_contexts" }, 26 { SELABEL_OPT_PATH, "/vendor/etc/selinux/nonplat_file_contexts" }, 27 { SELABEL_OPT_PATH, "/nonplat_file_contexts" } [all …]
|
/external/selinux/libselinux/utils/ |
D | selabel_partial_match.c | 35 { SELABEL_OPT_PATH, file }, in main()
|
D | selabel_lookup.c | 40 { SELABEL_OPT_PATH, file }, in main()
|
D | selabel_lookup_best_match.c | 62 { SELABEL_OPT_PATH, file }, in main()
|
D | selabel_get_digests_all_partial_matches.c | 44 { SELABEL_OPT_PATH, file }, in main()
|
D | selabel_digest.c | 74 { SELABEL_OPT_PATH, file }, in main()
|
/external/erofs-utils/lib/ |
D | config.c | 66 { .type = SELABEL_OPT_PATH, .value = file_contexts } in erofs_selabel_open()
|
/external/selinux/libselinux/src/ |
D | matchpathcon.c | 347 options[SELABEL_OPT_PATH].type = SELABEL_OPT_PATH; in matchpathcon_init_prefix() 348 options[SELABEL_OPT_PATH].value = path; in matchpathcon_init_prefix()
|
D | label_backends_android.c | 223 case SELABEL_OPT_PATH: in init() 242 case SELABEL_OPT_PATH: in init()
|
D | label_media.c | 85 case SELABEL_OPT_PATH: in init()
|
D | label_x.c | 112 case SELABEL_OPT_PATH: in init()
|
D | label_db.c | 268 case SELABEL_OPT_PATH: in db_init()
|
D | label_file.c | 727 case SELABEL_OPT_PATH: in init() 755 case SELABEL_OPT_PATH: in init()
|
/external/selinux/libselinux/include/selinux/ |
D | label.h | 54 #define SELABEL_OPT_PATH 3 macro
|
/external/squashfs-tools/squashfs-tools/ |
D | android.c | 66 .type = SELABEL_OPT_PATH, in get_sehnd()
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.c | 26 { SELABEL_OPT_PATH, opts->selabel_opt_path }, in restore_init()
|
D | restorecon_xattr.c | 106 { SELABEL_OPT_PATH, fc_file }, in main()
|
/external/selinux/restorecond/ |
D | restore.c | 21 { SELABEL_OPT_PATH, opts->selabel_opt_path }, in restore_init()
|
/external/e2fsprogs/contrib/android/ |
D | e2fsdroid.c | 235 seopt_file[nr_opt].type = SELABEL_OPT_PATH; in main()
|
/external/f2fs-tools/fsck/ |
D | main.c | 685 SELABEL_OPT_PATH; in f2fs_parse_options()
|