Add sepolicy rules for hal_wifi_default
In PDK build, it uses default wifi hal instead wifi_ext hal. Need to add rules for hal_wifi_default as well as we added for hal_wifi_ext Bug: 253544307 Test: Wifi can be enabled in PDK builds Change-Id: I57ad330c2467ae99b9c5190fbdc2f02e998b2fc1
This commit is contained in:
parent
ea80cb5016
commit
b2c724f0ed
3 changed files with 21 additions and 0 deletions
1
vendor/lowi_server.te
vendored
1
vendor/lowi_server.te
vendored
|
@ -28,6 +28,7 @@ allow lowi_server hal_wifi_supplicant_default:unix_dgram_socket sendto;
|
|||
allow lowi_server vendor_wifihal_socket:dir rw_dir_perms;
|
||||
allow lowi_server vendor_wifihal_socket:sock_file create_file_perms;
|
||||
allow lowi_server vendor_wifihal_socket:unix_dgram_socket sendto;
|
||||
unix_socket_send(lowi_server, vendor_wifihal, hal_wifi_default);
|
||||
unix_socket_send(lowi_server, vendor_wifihal, hal_wifi_ext);
|
||||
|
||||
# /dev/socket/vendor_location
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue