/system/sepolicy/ |
D | file.te | 33 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 …]
|
D | tee.te | 5 type tee_exec, exec_type, file_type; 7 type tee_data_file, file_type, data_file_type;
|
D | mediaextractor.te | 3 type mediaextractor_exec, exec_type, file_type; 22 neverallow mediaextractor { file_type fs_type }:file execute_no_trans;
|
D | blkid.te | 3 type blkid_exec, exec_type, file_type; 20 neverallow blkid { file_type fs_type -blkid_exec -shell_exec }:file entrypoint;
|
D | mediacodec.te | 3 type mediacodec_exec, exec_type, file_type; 27 neverallow mediacodec { file_type fs_type }:file execute_no_trans;
|
D | recovery_refresh.te | 3 type recovery_refresh_exec, exec_type, file_type; 29 neverallow recovery_refresh { file_type -recovery_refresh_tmpfs userdebug_or_eng(`-coredump_file') …
|
D | sgdisk.te | 3 type sgdisk_exec, exec_type, file_type; 22 neverallow sgdisk { file_type fs_type -sgdisk_exec }:file entrypoint;
|
D | recovery_persist.te | 3 type recovery_persist_exec, exec_type, file_type; 31 neverallow recovery_persist { file_type -recovery_data_file -recovery_persist_tmpfs userdebug_or_en…
|
D | dhcp.te | 2 type dhcp_exec, exec_type, file_type; 3 type dhcp_data_file, file_type, data_file_type;
|
D | cameraserver.te | 3 type cameraserver_exec, exec_type, file_type; 36 neverallow cameraserver { file_type fs_type }:file execute_no_trans;
|
D | toolbox.te | 5 type toolbox_exec, exec_type, file_type; 26 neverallow toolbox { file_type fs_type -toolbox_exec}:file entrypoint;
|
D | update_engine.te | 4 type update_engine_exec, exec_type, file_type; 5 type update_engine_data_file, file_type, data_file_type;
|
D | fsck.te | 3 type fsck_exec, exec_type, file_type; 47 neverallow fsck { file_type fs_type -fsck_exec }:file entrypoint;
|
D | audioserver.te | 3 type audioserver_exec, exec_type, file_type; 52 neverallow audioserver { file_type fs_type }:file execute_no_trans;
|
D | mdnsd.te | 3 type mdnsd_exec, exec_type, file_type;
|
D | tzdatacheck.te | 3 type tzdatacheck_exec, exec_type, file_type;
|
D | drmserver.te | 3 type drmserver_exec, exec_type, file_type; 27 type drmserver_socket, file_type;
|
D | hci_attach.te | 2 type hci_attach_exec, exec_type, file_type;
|
D | init.te | 6 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;
|
D | inputflinger.te | 3 type inputflinger_exec, exec_type, file_type;
|
D | mediadrmserver.te | 3 type mediadrmserver_exec, exec_type, file_type; 64 neverallow mediadrmserver { file_type fs_type }:file execute_no_trans;
|
D | mtp.te | 3 type mtp_exec, exec_type, file_type;
|
D | bootstat.te | 3 type bootstat_exec, exec_type, file_type;
|
/system/sepolicy/tools/fc_sort/ |
D | fc_sort.c | 39 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/ |
D | make_ext4fs.c | 107 .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 …]
|