CVSROOT: /cvs Module name: src Changes by: mes...@cvs.openbsd.org 2018/08/05 02:10:35
Modified files: usr.sbin/eigrpd: control.c control.h eigrpd.c eigrpd.h eigrpe.c Log message: Revert back previous and remove cpath pledge(2) promise entirely. We decided that not deleting the unix control sockets cause no harm and this way we close another attack surface by not allowing the daemon to create/delete any more files. tweak and OK florian@