Skip to content
Snippets Groups Projects
Commit 1faa9c55 authored by Christopher Wiley's avatar Christopher Wiley
Browse files

Give wificond permission to start/stop init services

Bug: 30292103
Change-Id: I433f2b8cc912b42bf026f6e908fd458a07c41fc2
Test: Integration tests reveal wificond can start/stop hostapd.
parent cbabe363
Branches
Tags
No related merge requests found
...@@ -13,6 +13,7 @@ allow wificond wificond_service:service_manager { add find }; ...@@ -13,6 +13,7 @@ allow wificond wificond_service:service_manager { add find };
allow wificond sysfs_wlan_fwpath:file w_file_perms; allow wificond sysfs_wlan_fwpath:file w_file_perms;
set_prop(wificond, wifi_prop) set_prop(wificond, wifi_prop)
set_prop(wificond, ctl_default_prop)
# create sockets to set interfaces up and down # create sockets to set interfaces up and down
allow wificond self:udp_socket create_socket_perms; allow wificond self:udp_socket create_socket_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment