Home
last modified time | relevance | path

Searched refs:file_type (Results 1 – 25 of 78) sorted by relevance

1234

/system/sepolicy/
Dfile.te33 type sysfs_usb, sysfs_type, file_type, mlstrustedobject;
63 type unlabeled, file_type;
65 type system_file, file_type;
67 type logcat_exec, exec_type, file_type;
69 type coredump_file, file_type;
71 type system_data_file, file_type, data_file_type;
73 type unencrypted_data_file, file_type, data_file_type;
76 type install_data_file, file_type, data_file_type;
78 type drm_data_file, file_type, data_file_type;
80 type adb_data_file, file_type, data_file_type;
[all …]
Dtee.te5 type tee_exec, exec_type, file_type;
7 type tee_data_file, file_type, data_file_type;
Dmediaextractor.te3 type mediaextractor_exec, exec_type, file_type;
22 neverallow mediaextractor { file_type fs_type }:file execute_no_trans;
Dblkid.te3 type blkid_exec, exec_type, file_type;
20 neverallow blkid { file_type fs_type -blkid_exec -shell_exec }:file entrypoint;
Dmediacodec.te3 type mediacodec_exec, exec_type, file_type;
27 neverallow mediacodec { file_type fs_type }:file execute_no_trans;
Drecovery_refresh.te3 type recovery_refresh_exec, exec_type, file_type;
29 neverallow recovery_refresh { file_type -recovery_refresh_tmpfs userdebug_or_eng(`-coredump_file') …
Dsgdisk.te3 type sgdisk_exec, exec_type, file_type;
22 neverallow sgdisk { file_type fs_type -sgdisk_exec }:file entrypoint;
Drecovery_persist.te3 type recovery_persist_exec, exec_type, file_type;
31 neverallow recovery_persist { file_type -recovery_data_file -recovery_persist_tmpfs userdebug_or_en…
Ddhcp.te2 type dhcp_exec, exec_type, file_type;
3 type dhcp_data_file, file_type, data_file_type;
Dcameraserver.te3 type cameraserver_exec, exec_type, file_type;
36 neverallow cameraserver { file_type fs_type }:file execute_no_trans;
Dtoolbox.te5 type toolbox_exec, exec_type, file_type;
26 neverallow toolbox { file_type fs_type -toolbox_exec}:file entrypoint;
Dupdate_engine.te4 type update_engine_exec, exec_type, file_type;
5 type update_engine_data_file, file_type, data_file_type;
Dfsck.te3 type fsck_exec, exec_type, file_type;
47 neverallow fsck { file_type fs_type -fsck_exec }:file entrypoint;
Daudioserver.te3 type audioserver_exec, exec_type, file_type;
52 neverallow audioserver { file_type fs_type }:file execute_no_trans;
Dmdnsd.te3 type mdnsd_exec, exec_type, file_type;
Dtzdatacheck.te3 type tzdatacheck_exec, exec_type, file_type;
Ddrmserver.te3 type drmserver_exec, exec_type, file_type;
27 type drmserver_socket, file_type;
Dhci_attach.te2 type hci_attach_exec, exec_type, file_type;
Dinit.te6 type init_exec, exec_type, file_type;
105 allow init {file_type -system_file -exec_type -app_data_file}:dir { create search getattr open read…
106 allow init {file_type -system_file -exec_type -keystore_data_file -security_file -app_data_file -sh…
107 allow init {file_type -system_file -exec_type -keystore_data_file -security_file -app_data_file -sh…
108 allow init {file_type -system_file -exec_type -keystore_data_file -security_file -app_data_file -sh…
109 allow init {file_type -system_file -exec_type -keystore_data_file -security_file -app_data_file -sh…
110 allow init {file_type -system_file -exec_type}:dir_file_class_set relabelto;
300 neverallow init { file_type fs_type -init_exec }:file entrypoint;
307 neverallow init { file_type fs_type }:file execute_no_trans;
Dinputflinger.te3 type inputflinger_exec, exec_type, file_type;
Dmediadrmserver.te3 type mediadrmserver_exec, exec_type, file_type;
64 neverallow mediadrmserver { file_type fs_type }:file execute_no_trans;
Dmtp.te3 type mtp_exec, exec_type, file_type;
Dbootstat.te3 type bootstat_exec, exec_type, file_type;
/system/sepolicy/tools/fc_sort/
Dfc_sort.c39 char *file_type; member
50 free(x->file_type); in file_context_node_destroy()
112 if (!a->file_type && b->file_type) in fc_compare()
114 if (!b->file_type && a->file_type) in fc_compare()
423 temp->file_type = (char *)malloc(sizeof(char) * 3); in main()
424 if (!(temp->file_type)) { in main()
437 temp->file_type[0] = line_buf[i]; in main()
438 temp->file_type[1] = line_buf[i + 1]; in main()
440 temp->file_type[2] = 0; in main()
545 if (current->file_type) { in main()
[all …]
/system/extras/ext4_utils/
Dmake_ext4fs.c107 .file_type = EXT4_FT_DIR, in build_default_directory_structure()
245 dentries[i].file_type = EXT4_FT_REG_FILE; in build_directory_structure()
247 dentries[i].file_type = EXT4_FT_DIR; in build_directory_structure()
250 dentries[i].file_type = EXT4_FT_CHRDEV; in build_directory_structure()
252 dentries[i].file_type = EXT4_FT_BLKDEV; in build_directory_structure()
254 dentries[i].file_type = EXT4_FT_FIFO; in build_directory_structure()
256 dentries[i].file_type = EXT4_FT_SOCK; in build_directory_structure()
258 dentries[i].file_type = EXT4_FT_SYMLINK; in build_directory_structure()
281 dentries[0].file_type = EXT4_FT_DIR; in build_directory_structure()
295 if (dentries[i].file_type == EXT4_FT_REG_FILE) { in build_directory_structure()
[all …]

1234