CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2015/10/14 10:58:55
Modified files: sbin/fsck_ext2fs: setup.c sbin/fsck_ffs : setup.c sbin/fsck_msdos: check.c Log message: Since the fsck_* programs now only handle one filesystem, this creates a point where open() and disklabel reading have completed. After that point, pledge "stdio". As a result, an fsck of a hostile partition (noone ever does that, or do they? :) is done by a program with SUBSTANTIALLY less system call exposure. ok semarie