CVSROOT: /cvs Module name: src Changes by: mes...@cvs.openbsd.org 2018/08/05 03:33:13
Modified files: usr.sbin/snmpd : control.c proc.c snmpd.c snmpd.h Log message: Remove cpath pledge(2) promise. 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. While here also scramble pledge promises to their canonical form. OK florian@