diff options
author | obrien <obrien@FreeBSD.org> | 1998-07-28 17:54:21 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-07-28 17:54:21 +0000 |
commit | 319015c4956321e28ae50007bab098f722eb94d1 (patch) | |
tree | eb2c4fd2148a8ed1352718e5db6c84200b7e4399 /security | |
parent | d188c32528c57cb90f65ef5d26e3334a41bef4d8 (diff) | |
download | FreeBSD-ports-319015c4956321e28ae50007bab098f722eb94d1.zip FreeBSD-ports-319015c4956321e28ae50007bab098f722eb94d1.tar.gz |
PR ports/7197 seems to have been the wrong fix. While I think Joe Greco's
statements are a little strong (like /.cshrc being used in single user mode),
it does appear /root was already protected.
PR: ports/7200
Submitted by: Joe Greco <greco@ns.sol.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/tripwire-131/files/tw.conf.freebsd2 | 19 | ||||
-rw-r--r-- | security/tripwire/files/tw.conf.freebsd2 | 19 | ||||
-rw-r--r-- | security/tripwire12/files/tw.conf.freebsd2 | 19 |
3 files changed, 30 insertions, 27 deletions
diff --git a/security/tripwire-131/files/tw.conf.freebsd2 b/security/tripwire-131/files/tw.conf.freebsd2 index bb1f18bb..08e843e 100644 --- a/security/tripwire-131/files/tw.conf.freebsd2 +++ b/security/tripwire-131/files/tw.conf.freebsd2 @@ -1,4 +1,4 @@ -# $Id: tw.conf.freebsd2,v 1.1.1.1 1997/04/01 04:44:00 jdp Exp $ +# $Id: tw.conf.freebsd2,v 1.2 1998/07/28 17:15:37 obrien Exp $ # # tripwire.config # Generic version for FreeBSD @@ -70,15 +70,16 @@ # details.) # -# First, root's "home" +# First, root's traditional "home". Note that FreeBSD's root's home (/root) +# is protected by R-2 protections in the default config file. =/ L -/root/.rhosts R # may not exist -/root/.profile R # may not exist -/root/.cshrc R # may not exist -/root/.login R # may not exist -/root/.exrc R # may not exist -/root/.logout R # may not exist -/root/.forward R # may not exist +/.rhosts R # may not exist +/.profile R # may not exist +/.cshrc R # may not exist +/.login R # may not exist +/.exrc R # may not exist +/.logout R # may not exist +/.forward R # may not exist # Unix itself /kernel R diff --git a/security/tripwire/files/tw.conf.freebsd2 b/security/tripwire/files/tw.conf.freebsd2 index bb1f18bb..08e843e 100644 --- a/security/tripwire/files/tw.conf.freebsd2 +++ b/security/tripwire/files/tw.conf.freebsd2 @@ -1,4 +1,4 @@ -# $Id: tw.conf.freebsd2,v 1.1.1.1 1997/04/01 04:44:00 jdp Exp $ +# $Id: tw.conf.freebsd2,v 1.2 1998/07/28 17:15:37 obrien Exp $ # # tripwire.config # Generic version for FreeBSD @@ -70,15 +70,16 @@ # details.) # -# First, root's "home" +# First, root's traditional "home". Note that FreeBSD's root's home (/root) +# is protected by R-2 protections in the default config file. =/ L -/root/.rhosts R # may not exist -/root/.profile R # may not exist -/root/.cshrc R # may not exist -/root/.login R # may not exist -/root/.exrc R # may not exist -/root/.logout R # may not exist -/root/.forward R # may not exist +/.rhosts R # may not exist +/.profile R # may not exist +/.cshrc R # may not exist +/.login R # may not exist +/.exrc R # may not exist +/.logout R # may not exist +/.forward R # may not exist # Unix itself /kernel R diff --git a/security/tripwire12/files/tw.conf.freebsd2 b/security/tripwire12/files/tw.conf.freebsd2 index bb1f18bb..08e843e 100644 --- a/security/tripwire12/files/tw.conf.freebsd2 +++ b/security/tripwire12/files/tw.conf.freebsd2 @@ -1,4 +1,4 @@ -# $Id: tw.conf.freebsd2,v 1.1.1.1 1997/04/01 04:44:00 jdp Exp $ +# $Id: tw.conf.freebsd2,v 1.2 1998/07/28 17:15:37 obrien Exp $ # # tripwire.config # Generic version for FreeBSD @@ -70,15 +70,16 @@ # details.) # -# First, root's "home" +# First, root's traditional "home". Note that FreeBSD's root's home (/root) +# is protected by R-2 protections in the default config file. =/ L -/root/.rhosts R # may not exist -/root/.profile R # may not exist -/root/.cshrc R # may not exist -/root/.login R # may not exist -/root/.exrc R # may not exist -/root/.logout R # may not exist -/root/.forward R # may not exist +/.rhosts R # may not exist +/.profile R # may not exist +/.cshrc R # may not exist +/.login R # may not exist +/.exrc R # may not exist +/.logout R # may not exist +/.forward R # may not exist # Unix itself /kernel R |