Explicitly allow netd to take the iptables lock.

am: 9273c1bb5c

Change-Id: Ie4aec7f6b6cfe675bd69df399fa63ef1194b84ac
This commit is contained in:
Lorenzo Colitti 2017-07-16 17:20:56 +00:00 committed by android-build-merger
commit f692d2fd91

View File

@ -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;