CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/02 18:58:59
Modified files:
usr.bin/sed : main.c
Log message:
sed only works on files, so the obvious goal is to remove it's network
access in case it is exploited. tame with "stdio wpath rpath cpath"
seesms to covers all usage cases, except -i performs a fchmod() on the
in-place file, so conditionally also needs "fattr".
ok sthen
