NetBSD/usr.sbin/mtree
perry 9864f0aae8 Add a -l flag which does "loose" permissions checks, i.e. a mode 444
matches a check for mode 644 (though obviously not the reverse). This
can be used by the nightly security run, making the output1 more useful
by having it contain fewer spurious permissions violations.

Note that I did not make -l work if you have a sgid/suid/sticky bit
set. I don't know how you could cause security trouble with more
stringent settings and a suid file, but I don't want to find out the
hard way.
2001-09-22 03:56:29 +00:00
..
Makefile replace home-grown parser with fparseln() 2001-09-10 03:22:24 +00:00
compare.c Add a -l flag which does "loose" permissions checks, i.e. a mode 444 2001-09-22 03:56:29 +00:00
create.c
extern.h - add parsetype() (a la parsekey()) to parse the "type=xxx" arg. this improves 2001-07-18 04:51:54 +00:00
misc.c Fix printf format. 2001-09-11 15:10:45 +00:00
mtree.8 Add a -l flag which does "loose" permissions checks, i.e. a mode 444 2001-09-22 03:56:29 +00:00
mtree.c Add a -l flag which does "loose" permissions checks, i.e. a mode 444 2001-09-22 03:56:29 +00:00
mtree.h
spec.c replace home-grown parser with fparseln() 2001-09-10 03:22:24 +00:00
verify.c