Skip to content
Snippets Groups Projects
Commit 9576785d authored by Ningyuan Wang's avatar Ningyuan Wang
Browse files

Remove unused wificond sepolicy for dropping privileges

Bug: 36855921
Test: compile, wifi works with toggling
Change-Id: Ib0819a2d552472e482e192a69530441cfc2c0fd7
parent ed82acb9
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,6 @@ r_dir_file(wificond, proc_net)
allow wificond wifi_data_file:dir rw_dir_perms;
allow wificond wifi_data_file:file create_file_perms;
# wificond drops root shortly after starting
# wificond changes the ownership of some files before dropping root
allow wificond self:capability { setuid setgid setpcap chown };
# dumpstate support
allow wificond dumpstate:fd use;
allow wificond dumpstate:fifo_file write;
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