the -P flag overwrites files, so it needs tame "stdio rpath wpath cpath".
authorderaadt <deraadt@openbsd.org>
Thu, 8 Oct 2015 13:17:06 +0000 (13:17 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 8 Oct 2015 13:17:06 +0000 (13:17 +0000)
commitd5cafc5de625d6e3bcbf3ab2d8925023cba4612d
treeff460dd31718bbdcec7560a84cbccc52cec1d611
parentbbb248d5d9f75c6232469c586fd29fa96dae4c57
the -P flag overwrites files, so it needs tame "stdio rpath wpath cpath".
the remaining code paths can use tame "stdio rpath cpath". One again,
the "cpath" request says a path-based system call will be used to
"change" filesystem pathname layout, for instance any of O_CREAT, symlink,
rename, unlink...
bin/rm/rm.c