Merge "Allow WiFi hal to create vendor_location socket file" into sepolicy.vndr.lnx.12.0

This commit is contained in:
Linux Build Service Account 2020-11-25 10:21:26 -08:00 committed by Gerrit - the friendly Code Review server
commit a705080537

View file

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