Remove clatd's dac_override abilities.
These are no longer necessary after the clatd change to acquire membership in AID_VPN when dropping root privileges. Change-Id: I9955296fe79e6dcbaa12acad1f1438e11d3b06cf
This commit is contained in:
parent
81c0301387
commit
1d75c90be7
1 changed files with 0 additions and 3 deletions
3
clatd.te
3
clatd.te
|
@ -17,9 +17,6 @@ allow clatd netd:unix_dgram_socket { read write };
|
|||
|
||||
allow clatd self:capability { net_admin net_raw setuid setgid };
|
||||
|
||||
# TODO: Run clatd in vpn group to avoid need for this on /dev/tun.
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue