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

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

* commit '33bf0538':
  Rules to let netd read packets from NFLOG target.
parents c1142451 33bf0538
No related branches found
No related tags found
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