Skip to content
Snippets Groups Projects
Commit f692d2fd authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Explicitly allow netd to take the iptables lock.

am: 9273c1bb

Change-Id: Ie4aec7f6b6cfe675bd69df399fa63ef1194b84ac
parents 9fbc408f 9273c1bb
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,9 @@ allow netd net_data_file:file create_file_perms;
allow netd net_data_file:dir rw_dir_perms;
allow netd self:capability fowner;
# Needed to lock the iptables lock.
allow netd system_file:file lock;
# Allow netd to spawn dnsmasq in it's own domain
allow netd dnsmasq:process signal;
......
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