Skip to content
Snippets Groups Projects
Commit 61b0d710 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

Change-Id: I1c39dedf06bf0e791fc885c535c47ab410fa1905
parents 0f7c9e7f a0804de2
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