gts3l-common: light: Add hal_light_default sepolicy
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I332b57c1948c5c73f0dfb397f8aa753533047efc
This commit is contained in:
parent
9bff80d33c
commit
445b656d9a
2 changed files with 6 additions and 0 deletions
4
sepolicy/hal_light_default.te
Normal file
4
sepolicy/hal_light_default.te
Normal file
|
@ -0,0 +1,4 @@
|
|||
allow hal_light_default sysfs_lcd_writable:dir search;
|
||||
allow hal_light_default sysfs_lcd_writable:file { getattr open read write };
|
||||
|
||||
allow hal_light_default sysfs:file { getattr open write };
|
|
@ -4,3 +4,5 @@ allow init vendor_firmware_file:file mounton;
|
|||
allow init dsp_file:dir mounton;
|
||||
|
||||
allow init socket_device:sock_file create;
|
||||
|
||||
allow init sysfs_graphics:file { open read write };
|
||||
|
|
Loading…
Reference in a new issue