Searched refs:selinux_opt (Results 1 – 25 of 29) sorted by relevance
12
/external/selinux/libselinux/src/android/ |
D | android.c | 13 static const struct selinux_opt seopts_service_plat[] = { 17 static const struct selinux_opt seopts_service_system_ext[] = { 21 static const struct selinux_opt seopts_service_product[] = { 25 static const struct selinux_opt seopts_service_vendor[] = { 33 static const struct selinux_opt seopts_hwservice_plat[] = { 37 static const struct selinux_opt seopts_hwservice_system_ext[] = { 41 static const struct selinux_opt seopts_hwservice_product[] = { 45 static const struct selinux_opt seopts_hwservice_vendor[] = { 52 static const struct selinux_opt seopts_hwservice_odm[] = { 57 static const struct selinux_opt seopts_vndservice = [all …]
|
D | android_platform.c | 10 static const struct selinux_opt seopts_file_plat[] = { 14 static const struct selinux_opt seopts_file_system_ext[] = { 18 static const struct selinux_opt seopts_file_product[] = { 22 static const struct selinux_opt seopts_file_vendor[] = { 29 static const struct selinux_opt seopts_file_odm[] = { 64 static struct selabel_handle* selinux_android_file_context(const struct selinux_opt *opts, in selinux_android_file_context() 68 struct selinux_opt fc_opts[nopts + 1]; in selinux_android_file_context() 70 memcpy(fc_opts, opts, nopts*sizeof(struct selinux_opt)); in selinux_android_file_context() 88 struct selinux_opt seopts_file[MAX_FILE_CONTEXT_SIZE]; in selinux_android_file_context_handle()
|
/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, 65 (const struct selinux_opt *opts, in selabel_is_digest_set() 121 static inline int selabel_is_validate_set(const struct selinux_opt *opts, in selabel_is_validate_set() 214 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_exact_match_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];
|
/external/e2fsprogs/contrib/android/ |
D | perms.h | 59 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_get_digests_all_partial_matches.c | 43 struct selinux_opt selabel_option[] = { in main()
|
D | selabel_digest.c | 73 struct selinux_opt selabel_option[] = { in main()
|
/external/erofs-utils/lib/ |
D | config.c | 65 struct selinux_opt seopts[] = { in erofs_selabel_open()
|
/external/selinux/libselinux/include/selinux/ |
D | label.h | 79 const struct selinux_opt *opts,
|
D | avc.h | 206 extern 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 | 64 struct selinux_opt seopts[] = { in get_sehnd()
|
/external/selinux/policycoreutils/setfiles/ |
D | restore.c | 24 struct selinux_opt selinux_opts[] = { in restore_init()
|
D | restorecon_xattr.c | 105 struct selinux_opt selinux_opts[] = { in main()
|
/external/selinux/restorecond/ |
D | restore.c | 19 struct selinux_opt selinux_opts[] = { in restore_init()
|
12