Skip to content
Snippets Groups Projects
Commit 81c03013 authored by Lorenzo Colitti's avatar Lorenzo Colitti
Browse files

Remove clatd's ability to write to proc files.

This is no longer required now that clatd has switched from IPv6
forwarding to sockets.

Bug: 15340961
Change-Id: Id7d503b842882d30e6cb860ed0af69ad4ea3e62c
parent b32448c9
No related branches found
No related tags found
No related merge requests found
...@@ -23,4 +23,3 @@ allow clatd self:capability dac_override; ...@@ -23,4 +23,3 @@ allow clatd self:capability dac_override;
allow clatd self:netlink_route_socket nlmsg_write; allow clatd self:netlink_route_socket nlmsg_write;
allow clatd self:{ packet_socket rawip_socket tun_socket } create_socket_perms; allow clatd self:{ packet_socket rawip_socket tun_socket } create_socket_perms;
allow clatd tun_device:chr_file rw_file_perms; allow clatd tun_device:chr_file rw_file_perms;
allow clatd proc_net:file rw_file_perms;;
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