Searched refs:selinux_opt (Results 1 – 25 of 27) sorted by relevance
12
/external/selinux/libselinux/src/android/ |
D | android.c | 12 static const struct selinux_opt seopts_service_plat[] = { 16 static const struct selinux_opt seopts_service_product[] = { 20 static const struct selinux_opt seopts_service_vendor[] = { 28 static const struct selinux_opt seopts_hwservice_plat[] = { 32 static const struct selinux_opt seopts_hwservice_product[] = { 36 static const struct selinux_opt seopts_hwservice_vendor[] = { 43 static const struct selinux_opt seopts_hwservice_odm[] = { 48 static const struct selinux_opt seopts_vndservice = 51 static const struct selinux_opt seopts_vndservice_rootfs = 54 struct selabel_handle* selinux_android_service_open_context_handle(const struct selinux_opt* seopts… in selinux_android_service_open_context_handle() [all …]
|
D | android_platform.c | 9 static const struct selinux_opt seopts_file_plat[] = { 13 static const struct selinux_opt seopts_file_product[] = { 17 static const struct selinux_opt seopts_file_vendor[] = { 24 static const struct selinux_opt seopts_file_odm[] = { 29 static const struct selinux_opt seopts_prop_plat[] = { 33 static const struct selinux_opt seopts_prop_product[] = { 37 static const struct selinux_opt seopts_prop_vendor[] = { 44 static const struct selinux_opt seopts_prop_odm[] = { 77 static bool compute_file_contexts_hash(uint8_t c_digest[], const struct selinux_opt *opts, unsigned… in compute_file_contexts_hash() 145 static struct selabel_handle* selinux_android_file_context(const struct selinux_opt *opts, in selinux_android_file_context() [all …]
|
/external/selinux/libselinux/src/ |
D | label_internal.h | 28 const struct selinux_opt *opts, 31 const struct selinux_opt *opts, 34 const struct selinux_opt *opts, 37 const struct selinux_opt *opts, 40 const struct selinux_opt *opts, 43 const struct selinux_opt *opts,
|
D | label.c | 51 const struct selinux_opt *opts, 64 (const struct selinux_opt *opts, in selabel_is_digest_set() 120 static inline int selabel_is_validate_set(const struct selinux_opt *opts, in selabel_is_validate_set() 213 const struct selinux_opt *opts, in selabel_open()
|
D | label_backends_android.c | 210 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() 368 const struct selinux_opt *opts, in selabel_property_init() 386 const struct selinux_opt *opts, unsigned nopts) in selabel_service_init()
|
D | label_media.c | 70 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() 210 const struct selinux_opt *opts, in selabel_media_init()
|
D | label_x.c | 97 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() 235 int selabel_x_init(struct selabel_handle *rec, const struct selinux_opt *opts, in selabel_x_init()
|
D | label_db.c | 237 db_init(const struct selinux_opt *opts, unsigned nopts, in db_init() 354 const struct selinux_opt *opts, unsigned nopts) in selabel_db_init()
|
D | matchpathcon.c | 146 static __thread struct selinux_opt options[SELABEL_NOPT];
|
D | label_file.c | 711 static int init(struct selabel_handle *rec, const struct selinux_opt *opts, in init() 1237 const struct selinux_opt *opts, in selabel_file_init()
|
D | selinux_restorecon.c | 1075 struct selinux_opt fc_opts[] = { in selinux_restorecon_default_handle()
|
/external/e2fsprogs/contrib/android/ |
D | perms.h | 58 struct selinux_opt *seopts,
|
D | e2fsdroid.c | 33 static struct selinux_opt seopt_file[8];
|
D | perms.c | 328 struct selinux_opt *seopts EXT2FS_ATTR((unused)), in android_configure_fs()
|
/external/selinux/libselinux/utils/ |
D | selabel_partial_match.c | 34 struct selinux_opt selabel_option[] = { in main()
|
D | selabel_lookup.c | 39 struct selinux_opt selabel_option[] = { in main()
|
D | selabel_lookup_best_match.c | 61 struct selinux_opt options[] = { in main()
|
D | selabel_digest.c | 73 struct selinux_opt selabel_option[] = { in main()
|
/external/selinux/libselinux/include/selinux/ |
D | label.h | 77 const struct selinux_opt *opts,
|
D | avc.h | 206 int avc_open(struct selinux_opt *opts, unsigned nopts);
|
D | selinux.h | 141 struct selinux_opt { struct
|
/external/squashfs-tools/squashfs-tools/ |
D | android.c | 63 struct selinux_opt seopts[] = { in get_sehnd()
|
/external/selinux/restorecond/ |
D | restore.c | 22 struct selinux_opt selinux_opts[] = { in restore_init()
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.c | 27 struct selinux_opt selinux_opts[] = { in restore_init()
|
D | restorecon_xattr.c | 105 struct selinux_opt selinux_opts[] = { in main()
|
12