From e71d607e662afcea5c6fb9ca1301bae313465c83 Mon Sep 17 00:00:00 2001 From: Stuart D. Gathman Date: Jun 24 2016 16:35:44 +0000 Subject: Fix el6 patch for selinux change --- diff --git a/cjdns.el6.patch b/cjdns.el6.patch index 9e29dc4..a71e758 100644 --- a/cjdns.el6.patch +++ b/cjdns.el6.patch @@ -24,7 +24,7 @@ diff -up ./contrib/selinux/cjdns.te.el6 ./contrib/selinux/cjdns.te allow cjdns_t node_t:udp_socket node_bind; allow cjdns_t port_t:udp_socket name_bind; -allow cjdns_t unreserved_port_t:udp_socket name_bind; - allow cjdns_t self:netlink_route_socket { bind create getattr nlmsg_read read write }; + allow cjdns_t self:netlink_route_socket { bind create getattr nlmsg_read read write nlmsg_write }; allow cjdns_t self:packet_socket { bind create ioctl read write }; allow cjdns_t self:tun_socket create; diff -up ./node_build/FindPython2.js.el6 ./node_build/FindPython2.js