Skip to content
Snippets Groups Projects
Commit 3351122e authored by Nick Kralevich's avatar Nick Kralevich
Browse files

netd.te: Remove allow netd toolbox_exec:file rx_file_perms;

no SELinux denials from auditallow

Change-Id: Ied61f7f97b148b1c10d0f71e9ab30c136a123738
parent 5de7574a
No related branches found
No related tags found
No related merge requests found
......@@ -20,9 +20,6 @@ allow netd self:netlink_nflog_socket create_socket_perms;
allow netd self:netlink_socket create_socket_perms;
allow netd shell_exec:file rx_file_perms;
allow netd system_file:file x_file_perms;
# XXX Run toolbox. Might not be needed.
allow netd toolbox_exec:file rx_file_perms;
auditallow netd toolbox_exec:file rx_file_perms;
allow netd devpts:chr_file rw_file_perms;
# For /proc/sys/net/ipv[46]/route/flush.
......
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