diff options
author | csgr <csgr@FreeBSD.org> | 1994-06-12 16:20:36 +0000 |
---|---|---|
committer | csgr <csgr@FreeBSD.org> | 1994-06-12 16:20:36 +0000 |
commit | 82229d3d46a0db38f643371cf61b7901901e83dd (patch) | |
tree | a7b6c4e1c713307f2049e1f760485e30b3e3aff5 /etc | |
parent | 45cfbd81b10888b66a65c10898270b83019867cc (diff) | |
download | FreeBSD-src-82229d3d46a0db38f643371cf61b7901901e83dd.zip FreeBSD-src-82229d3d46a0db38f643371cf61b7901901e83dd.tar.gz |
Change default for directory permissions to be 0755.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/mtree/BSD.root.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/mtree/BSD.root.dist b/etc/mtree/BSD.root.dist index 1661c73..4ab5a27 100644 --- a/etc/mtree/BSD.root.dist +++ b/etc/mtree/BSD.root.dist @@ -1,10 +1,10 @@ -# $Id: BSD.root.dist,v 1.11 1994/02/27 21:29:40 wollman Exp $ +# $Id: BSD.root.dist,v 1.12 1994/05/31 04:53:08 ache Exp $ # # top-level files are owned by root.wheel # (else too easy to get root by compromising these) -/set type=file uname=root gname=wheel mode=0775 +/set type=file uname=root gname=wheel mode=0755 sys type=link size=12 link=usr/src/sys |