Skip to content
Snippets Groups Projects
Commit 07200122 authored by Christopher Wiley's avatar Christopher Wiley Committed by Mitchell Wills
Browse files

Give wificond permission to start/stop init services

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