sm6150-common: sepolicy: remove duplicate IR rules

Change-Id: I825fac0d61b9dac2fb3e875ccc9df4232d335f50
Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
Hridaya Prajapati
2025-05-06 15:24:50 +05:45
committed by therealmharc
parent 8e9a497211
commit a66ba6499b
3 changed files with 0 additions and 6 deletions

View File

@@ -1,4 +1,2 @@
# Block devices
typeattribute system_block_device super_block_device_type;
type lirc_device, dev_type;

View File

@@ -55,9 +55,7 @@
/sys/devices/platform/soc/a8c000.i2c/i2c-2/2-005a/ulevel u:object_r:sysfs_vibrator:s0
# IR
/dev/lirc[0-9]+ u:object_r:lirc_device:s0
/dev/spidev[0-9]\.1 u:object_r:lirc_device:s0
/vendor/bin/hw/android\.hardware\.ir-service\.xiaomi u:object_r:hal_ir_default_exec:s0
# Motor
/dev/akm09970 u:object_r:hall_device:s0

View File

@@ -1,2 +0,0 @@
allow hal_ir_default lirc_device:chr_file rw_file_perms;
allow hal_ir_default lirc_device:file rw_file_perms;