Home
last modified time | relevance | path

Searched refs:SELABEL_OPT_PATH (Results 1 – 20 of 20) sorted by relevance

/external/selinux/libselinux/src/android/
Dandroid.c14 { 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 …]
Dandroid_platform.c11 { 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/
Dselabel_partial_match.c35 { SELABEL_OPT_PATH, file }, in main()
Dselabel_lookup.c40 { SELABEL_OPT_PATH, file }, in main()
Dselabel_lookup_best_match.c62 { SELABEL_OPT_PATH, file }, in main()
Dselabel_get_digests_all_partial_matches.c44 { SELABEL_OPT_PATH, file }, in main()
Dselabel_digest.c74 { SELABEL_OPT_PATH, file }, in main()
/external/selinux/libselinux/src/
Dmatchpathcon.c347 options[SELABEL_OPT_PATH].type = SELABEL_OPT_PATH; in matchpathcon_init_prefix()
348 options[SELABEL_OPT_PATH].value = path; in matchpathcon_init_prefix()
Dlabel_backends_android.c223 case SELABEL_OPT_PATH: in init()
242 case SELABEL_OPT_PATH: in init()
Dlabel_media.c85 case SELABEL_OPT_PATH: in init()
Dlabel_x.c112 case SELABEL_OPT_PATH: in init()
Dlabel_db.c268 case SELABEL_OPT_PATH: in db_init()
Dlabel_file.c727 case SELABEL_OPT_PATH: in init()
755 case SELABEL_OPT_PATH: in init()
/external/selinux/libselinux/include/selinux/
Dlabel.h54 #define SELABEL_OPT_PATH 3 macro
/external/squashfs-tools/squashfs-tools/
Dandroid.c66 .type = SELABEL_OPT_PATH, in get_sehnd()
/external/selinux/restorecond/
Drestore.c21 { SELABEL_OPT_PATH, opts->selabel_opt_path }, in restore_init()
/external/selinux/policycoreutils/setfiles/
Drestore.c26 { SELABEL_OPT_PATH, opts->selabel_opt_path }, in restore_init()
Drestorecon_xattr.c106 { SELABEL_OPT_PATH, fc_file }, in main()
/external/e2fsprogs/contrib/android/
De2fsdroid.c235 seopt_file[nr_opt].type = SELABEL_OPT_PATH; in main()
/external/f2fs-tools/fsck/
Dmain.c685 SELABEL_OPT_PATH; in f2fs_parse_options()