diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-12 17:22:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-12 17:22:22 +0000 |
commit | 5ff180ef4b7a32e455fabd13dd48936391dbe1dc (patch) | |
tree | 49f2853214eb1d0b2742f8638a0e748eae767af0 /etc | |
parent | 8518b2fed5bd80f2be3fda4454c798526a2b5151 (diff) |
Create /root with mode 0700 instead of 0755; deraadt@ ok
Diffstat (limited to 'etc')
-rw-r--r-- | etc/mtree/4.4BSD.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mtree/4.4BSD.dist b/etc/mtree/4.4BSD.dist index 7dd5df5bf4a..9fd868c966a 100644 --- a/etc/mtree/4.4BSD.dist +++ b/etc/mtree/4.4BSD.dist @@ -1,4 +1,4 @@ -# $OpenBSD: 4.4BSD.dist,v 1.97 2000/07/20 00:31:43 mickey Exp $ +# $OpenBSD: 4.4BSD.dist,v 1.98 2000/10/12 17:22:21 aaron Exp $ /set type=dir uname=root gname=wheel mode=0755 # . @@ -144,7 +144,7 @@ mnt .. # ./root -root +root mode=0700 # ./root .. |