sepolicy: xtwifi-client access to hlos_rfs shared

Change-Id: Ibaea6e128388ad6abb1df731017550a0cb28f377
CRs-Fixed: 2464825
This commit is contained in:
Harikrishnan Hariharan 2019-06-01 21:36:54 +05:30
parent 56ec950386
commit 76007ff333

View file

@ -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
##############