mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: sepolicy: Completely merge samsung_slsi repo
This commit is contained in:
parent
00fb011c7c
commit
f6da6e72c2
82 changed files with 852 additions and 872 deletions
27
universal7885-common/sepolicy/vendor/device.te
vendored
27
universal7885-common/sepolicy/vendor/device.te
vendored
|
|
@ -1,3 +1,7 @@
|
|||
# device.te
|
||||
|
||||
type tz_device, dev_type;
|
||||
type tz_user_device, dev_type;
|
||||
# /dev/m2m1shot_scaler0
|
||||
type m2m1shot_device, dev_type;
|
||||
|
||||
|
|
@ -6,3 +10,26 @@ 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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue