diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-10-01 16:52:19 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2001-10-01 16:52:19 +0000 |
commit | 580f9b54698515131c610bf8ec1da7504045a56d (patch) | |
tree | 72ab729aeb183bd9b3d04811541c72d969d17217 | |
parent | 15d78bdc00f9e2257bf000f7ac1bc1743065015e (diff) |
mtree -l (loose permissions check) on /etc/mtree/special. ok millert@.
-rw-r--r-- | etc/security | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/security b/etc/security index 43d634eaa51..f927e03d395 100644 --- a/etc/security +++ b/etc/security @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: security,v 1.48 2001/04/06 17:13:37 brad Exp $ +# $OpenBSD: security,v 1.49 2001/10/01 16:52:18 jakob Exp $ # from: @(#)security 8.1 (Berkeley) 6/9/93 # @@ -608,7 +608,7 @@ fi # the mtree(8) manual page. if [ -d /etc/mtree ] ; then cd /etc/mtree - mtree -e -p / -f /etc/mtree/special > $OUTPUT + mtree -e -l -p / -f /etc/mtree/special > $OUTPUT if [ -s $OUTPUT ] ; then echo "\nChecking special files and directories." echo "Output format is:\n\tfilename:" |