Skip to content
Snippets Groups Projects
Commit a1529cb1 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android Git Automerger
Browse files

am 12731855: am 33bf0538: Rules to let netd read packets from NFLOG target.

* commit '12731855':
  Rules to let netd read packets from NFLOG target.
parents 7dc1417b 12731855
Branches
Tags
No related merge requests found
...@@ -18,6 +18,7 @@ allow netd self:capability { net_admin net_raw kill }; ...@@ -18,6 +18,7 @@ allow netd self:capability { net_admin net_raw kill };
allow netd self:netlink_kobject_uevent_socket create_socket_perms; allow netd self:netlink_kobject_uevent_socket create_socket_perms;
allow netd self:netlink_route_socket nlmsg_write; allow netd self:netlink_route_socket nlmsg_write;
allow netd self:netlink_nflog_socket create_socket_perms; 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 shell_exec:file rx_file_perms;
allow netd system_file:file x_file_perms; allow netd system_file:file x_file_perms;
allow netd devpts:chr_file rw_file_perms; allow netd devpts:chr_file rw_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment