CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2017/01/10 10:43:12
Modified files: usr.bin/ftp : fetch.c Log message: Pledge more strictly. This is only enabled on the ramdisk version of the ftp(1) client, which operates only in URL mode. Not willing to spend the time tracking piles of global variables for sub-modes, and finding all the pledge interactions. Would rather have the install media ftp(1) as safe as possible, immediately. ok tb jca