summaryrefslogtreecommitdiff
path: root/security/tripwire12
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-07-28 17:54:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-07-28 17:54:21 +0000
commit6050f76c0224b3749cbc2c479f2be502ff6a1e6b (patch)
tree02f703f8d5ed3a3070ba6be90cb2ff1cbd8fd9a6 /security/tripwire12
parentRoot's home dir is "/root" not "/". (diff)
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>
Notes
Notes: svn path=/head/; revision=12190
Diffstat (limited to 'security/tripwire12')
-rw-r--r--security/tripwire12/files/tw.conf.freebsd219
1 files changed, 10 insertions, 9 deletions
diff --git a/security/tripwire12/files/tw.conf.freebsd2 b/security/tripwire12/files/tw.conf.freebsd2
index bb1f18bbebe8..08e843e28e8d 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