Skip to content
Snippets Groups Projects
Commit 28cf983e authored by Nick Kralevich's avatar Nick Kralevich Committed by android-build-merger
Browse files

drop dhcp auditallow

am: c29b2fc4

* commit 'c29b2fc4':
  drop dhcp auditallow
parents 01345e33 c29b2fc4
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,10 @@ allow dhcp self:packet_socket create_socket_perms; ...@@ -11,9 +11,10 @@ allow dhcp self:packet_socket create_socket_perms;
allow dhcp self:netlink_route_socket nlmsg_write; allow dhcp self:netlink_route_socket nlmsg_write;
allow dhcp shell_exec:file rx_file_perms; allow dhcp shell_exec:file rx_file_perms;
allow dhcp system_file:file rx_file_perms; allow dhcp system_file:file rx_file_perms;
# XXX Run toolbox. Might not be needed.
# dhcpcd runs dhcpcd-hooks/*, which runs getprop / setprop (toolbox_exec)
allow dhcp toolbox_exec:file rx_file_perms; allow dhcp toolbox_exec:file rx_file_perms;
auditallow dhcp toolbox_exec:file rx_file_perms;
# For /proc/sys/net/ipv4/conf/*/promote_secondaries # For /proc/sys/net/ipv4/conf/*/promote_secondaries
allow dhcp proc_net:file write; allow dhcp proc_net: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