CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2015/11/27 10:32:16
Modified files: bin/mv : rm.c Log message: the rm code in mv inherited pledge from rm. it shoud be safe, but there are cases when it is too strict. after pledge() we continue to run some of the cp code which requires a very broad set of permissions. remove pledge entirely for now, pending a complete analysis of needs.