Merge "Allow WiFi hal to create vendor_location socket file" into sepolicy.vndr.lnx.12.0
This commit is contained in:
commit
a705080537
1 changed files with 2 additions and 1 deletions
3
generic/vendor/common/hal_wifi.te
vendored
3
generic/vendor/common/hal_wifi.te
vendored
|
@ -31,7 +31,8 @@
|
|||
r_dir_file(hal_wifi_default, vendor_proc_wifi_dbg)
|
||||
|
||||
# write to files owned by location daemon
|
||||
allow hal_wifi_default vendor_location_socket:dir search;
|
||||
allow hal_wifi_default vendor_location_socket:dir rw_dir_perms;
|
||||
allow hal_wifi_default vendor_location_socket: {sock_file lnk_file } create_file_perms;
|
||||
allow hal_wifi_default vendor_location:unix_dgram_socket sendto;
|
||||
|
||||
# Connect to vendor_location via vendor_location socket.
|
||||
|
|
Loading…
Reference in a new issue