sepolicy: xtwifi-client access to hlos_rfs shared
Change-Id: Ibaea6e128388ad6abb1df731017550a0cb28f377 CRs-Fixed: 2464825
This commit is contained in:
parent
56ec950386
commit
76007ff333
1 changed files with 3 additions and 0 deletions
3
qva/vendor/common/location.te
vendored
3
qva/vendor/common/location.te
vendored
|
@ -33,6 +33,9 @@ wakelock_use(location)
|
|||
allow location self:capability2 wake_alarm;
|
||||
unix_socket_connect(location, property, init);
|
||||
allow location mnt_vendor_file:dir search;
|
||||
# access to /persist/hlos_rfs/shared
|
||||
allow location persist_rfs_shared_hlos_file:dir r_dir_perms;
|
||||
allow location persist_rfs_shared_hlos_file:file rw_file_perms;
|
||||
|
||||
## xtra-daemon
|
||||
##############
|
||||
|
|
Loading…
Reference in a new issue