mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: sepolicy: Address system_server sysfs vibrator denials
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
63d5dc5612
commit
df0b1236ae
1
sepolicy/vendor/system_server.te
vendored
1
sepolicy/vendor/system_server.te
vendored
|
@ -1,3 +1,4 @@
|
||||||
allow system_server sysfs_OTG_STATE_file:file { read write getattr open };
|
allow system_server sysfs_OTG_STATE_file:file { read write getattr open };
|
||||||
|
allow system_server sysfs_vibrator:file read;
|
||||||
|
|
||||||
get_prop(system_server, wifi_hal_prop)
|
get_prop(system_server, wifi_hal_prop)
|
||||||
|
|
Loading…
Reference in a new issue