sm8150-common: sepolicy: Address one more vl53l1_daemon_main denial
Change-Id: Ie1877eea6989638f002eb3e2573c9ea036b28191
This commit is contained in:
parent
18e9478d11
commit
54181155da
|
@ -11,4 +11,5 @@ allow vl53l1_daemon_main self:{
|
|||
} create_socket_perms_no_ioctl;
|
||||
|
||||
# Allow vl53l1_daemon_main to read and write to sysfs_vl53l1
|
||||
allow vl53l1_daemon_main sysfs_vl53l1:dir search;
|
||||
allow vl53l1_daemon_main sysfs_vl53l1:file rw_file_perms;
|
||||
|
|
Loading…
Reference in New Issue