Skip to content
Snippets Groups Projects
Commit e66959c2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Allow wificond to clean up wpa_supplicant state"

parents 6e6eacc9 ba96cd1c
Branches
Tags
No related merge requests found
......@@ -36,3 +36,8 @@ allow wificond self:capability { chown fowner };
allow wificond hostapd:process { signal signull };
# wificond needs kill to drop mad signals on hostapd.
allow wificond self:capability kill;
# wificond cleans up sockets created by wpa_supplicant and framework
allow wificond wpa_socket:dir rw_dir_perms;
allow wificond system_wpa_socket:sock_file unlink;
allow wificond wpa_socket:sock_file unlink;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment