sepolicy: add missing permission for location.te

added missing sepolicy for xtwifi-client location
client

CRs-Fixed: 2460415
Change-Id: I0cd2182ef287619759fe86b654133bd7026dbc70
This commit is contained in:
Ashish Dhiman 2019-05-28 12:29:33 +05:30 committed by Gerrit - the friendly Code Review server
parent b59a8af1bb
commit 52aefeeada

View file

@ -32,6 +32,7 @@
wakelock_use(location)
allow location self:capability2 wake_alarm;
unix_socket_connect(location, property, init);
allow location mnt_vendor_file:dir search;
## xtra-daemon
##############