mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: sepolicy: Fix syntax error
Change-Id: I0b98f8e2ec733e9dee29912e176fe927a68eebf0 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
9f2cdeb5b4
commit
f5cec63d36
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
allow init sysfs_gpu_tmu:file { setattr };
|
||||
allow init sysfs_flashlight:file { setattr };
|
||||
allow init sysfs_sec_switch_writable { setattr };
|
||||
allow init sysfs_battery_writeable { setattr };
|
||||
allow init sysfs_sec_switch_writable:file { setattr };
|
||||
allow init sysfs_battery_writeable:file { setattr };
|
||||
|
|
|
|||
Loading…
Reference in a new issue