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
This commit is contained in:
Lorenzo Colitti 2014-06-13 12:00:21 +09:00
parent b32448c90f
commit 81c0301387

View File

@ -23,4 +23,3 @@ allow clatd self:capability dac_override;
allow clatd self:netlink_route_socket nlmsg_write;
allow clatd self:{ packet_socket rawip_socket tun_socket } create_socket_perms;
allow clatd tun_device:chr_file rw_file_perms;
allow clatd proc_net:file rw_file_perms;;