Home
last modified time | relevance | path

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

/external/selinux/libselinux/src/android/
Dandroid.c13 { SELABEL_OPT_PATH, "/system/etc/selinux/plat_service_contexts" },
14 { SELABEL_OPT_PATH, "/plat_service_contexts" }
17 { SELABEL_OPT_PATH, "/product/etc/selinux/product_service_contexts" },
18 { SELABEL_OPT_PATH, "/product_service_contexts" }
21 { SELABEL_OPT_PATH, "/vendor/etc/selinux/vendor_service_contexts" },
22 { SELABEL_OPT_PATH, "/vendor_service_contexts" },
24 { SELABEL_OPT_PATH, "/vendor/etc/selinux/nonplat_service_contexts" },
25 { SELABEL_OPT_PATH, "/nonplat_service_contexts" }
29 { SELABEL_OPT_PATH, "/system/etc/selinux/plat_hwservice_contexts" },
30 { SELABEL_OPT_PATH, "/plat_hwservice_contexts" }
[all …]
Dandroid_platform.c10 { SELABEL_OPT_PATH, "/system/etc/selinux/plat_file_contexts" },
11 { SELABEL_OPT_PATH, "/plat_file_contexts" }
14 { SELABEL_OPT_PATH, "/product/etc/selinux/product_file_contexts" },
15 { SELABEL_OPT_PATH, "/product_file_contexts" }
18 { SELABEL_OPT_PATH, "/vendor/etc/selinux/vendor_file_contexts" },
19 { SELABEL_OPT_PATH, "/vendor_file_contexts" },
21 { SELABEL_OPT_PATH, "/vendor/etc/selinux/nonplat_file_contexts" },
22 { SELABEL_OPT_PATH, "/nonplat_file_contexts" }
25 { SELABEL_OPT_PATH, "/odm/etc/selinux/odm_file_contexts" },
26 { SELABEL_OPT_PATH, "/odm_file_contexts" }
[all …]
/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/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_digest.c74 { SELABEL_OPT_PATH, file }, in main()
/external/selinux/libselinux/include/selinux/
Dlabel.h52 #define SELABEL_OPT_PATH 3 macro
/external/squashfs-tools/squashfs-tools/
Dandroid.c65 .type = SELABEL_OPT_PATH, in get_sehnd()
/external/selinux/policycoreutils/setfiles/
Drestore.c29 { SELABEL_OPT_PATH, r_opts->selabel_opt_path }, in restore_init()
Drestorecon_xattr.c106 { SELABEL_OPT_PATH, fc_file }, in main()
/external/selinux/restorecond/
Drestore.c24 { SELABEL_OPT_PATH, r_opts->selabel_opt_path }, in restore_init()
/external/e2fsprogs/contrib/android/
De2fsdroid.c234 seopt_file[nr_opt].type = SELABEL_OPT_PATH; in main()
/external/f2fs-tools/fsck/
Dmain.c511 SELABEL_OPT_PATH; in f2fs_parse_options()