Skip to content
Snippets Groups Projects
Commit 9337a4dd authored by Ningyuan Wang's avatar Ningyuan Wang Committed by Android (Google) Code Review
Browse files

Merge "Remove unused wificond sepolicy for dropping privileges" into oc-dev

parents 0c31c85a 9576785d
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