Allow permissions to call CNE
Allow XTRA permissions to call CNE CRs-Fixed: 2195094 Change-Id: I895966bbb888e4d6141befe62171e56379debe7c
This commit is contained in:
parent
f6c02fd2d2
commit
bd301074b6
1 changed files with 3 additions and 0 deletions
3
vendor/common/location.te
vendored
3
vendor/common/location.te
vendored
|
@ -43,3 +43,6 @@ allow location location_data_file:{ file sock_file } create_file_perms;
|
|||
userdebug_or_eng(`
|
||||
allow location diag_device:chr_file rw_file_perms;
|
||||
')
|
||||
|
||||
allow location hal_cne_hwservice:hwservice_manager find;
|
||||
binder_call(location, cnd)
|
||||
|
|
Loading…
Reference in a new issue