mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
* Sepolicy issues, need to be in /system to write data to files. While we're on it, move fm radio hal too
37 lines
893 B
Text
37 lines
893 B
Text
# device.te
|
|
|
|
type tz_device, dev_type;
|
|
type tz_user_device, dev_type;
|
|
# /dev/m2m1shot_scaler0
|
|
type m2m1shot_device, dev_type;
|
|
|
|
# gps
|
|
type gps_device, dev_type;
|
|
|
|
# /dev/goodix_fp
|
|
type goodix_device, dev_type;
|
|
|
|
# device.te
|
|
type efs_block_device, dev_type;
|
|
type dqmdbg_block_device, dev_type;
|
|
type dtbo_block_device, dev_type;
|
|
type keydata_block_device, dev_type;
|
|
type keyrefuge_block_device, dev_type;
|
|
type modem_block_device, dev_type;
|
|
type omr_block_device, dev_type;
|
|
type radio_block_device, dev_type;
|
|
type sec_efs_block_device, dev_type;
|
|
|
|
type bbd_device, dev_type;
|
|
type bt_device, dev_type;
|
|
type cpu_dma_device, dev_type;
|
|
type drb_device, dev_type;
|
|
type epic_device, dev_type;
|
|
type fp_sensor_device, dev_type;
|
|
type io_device, dev_type;
|
|
type pm_qos_device, dev_type;
|
|
type radio_qos_device, dev_type;
|
|
type ssp_device, dev_type;
|
|
type vendor_radio_device, dev_type;
|
|
|
|
type drm_device, dev_type;
|