Skip to content
Snippets Groups Projects
Commit 5f7b67f8 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 am: f692d2fd am: a0804de2

am: 61b0d710

Change-Id: I3f3ecd781d085fabe9d733f44ae33e4412fc2288
parents 3d7eddc1 61b0d710
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; ...@@ -55,6 +55,9 @@ allow netd net_data_file:file create_file_perms;
allow netd net_data_file:dir rw_dir_perms; allow netd net_data_file:dir rw_dir_perms;
allow netd self:capability fowner; 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 to spawn dnsmasq in it's own domain
allow netd dnsmasq:process signal; 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