Change the type of hw_jpg_device for selinux policy so that the GCA release flavor could access hw_jpg_device

Bug: 320410642
Test:m

Change-Id: If77a097b4ca823322ef41b13d6283390dac69d6c
This commit is contained in:
Angela Wu 2024-01-15 04:54:47 +00:00
parent feffef59dd
commit 0d32d1c172

5
vendor/device.te vendored
View file

@ -4,10 +4,7 @@ type custom_ab_block_device, dev_type;
type mfg_data_block_device, dev_type;
type ufs_internal_block_device, dev_type;
type logbuffer_device, dev_type;
type hw_jpg_device, dev_type;
userdebug_or_eng(`
typeattribute hw_jpg_device mlstrustedobject;
')
type hw_jpg_device, dev_type, mlstrustedobject;
type fingerprint_device, dev_type;
type uci_device, dev_type;