Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc add back check to .rhosts cat -f avoids the security hole.



details:   https://anonhg.NetBSD.org/src/rev/56a85402c4a8
branches:  trunk
changeset: 495470:56a85402c4a8
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jul 28 21:38:43 2000 +0000

description:
add back check to .rhosts cat -f avoids the security hole.

diffstat:

 etc/security.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3d6b8bf84bb5 -r 56a85402c4a8 etc/security.conf
--- a/etc/security.conf Fri Jul 28 20:43:45 2000 +0000
+++ b/etc/security.conf Fri Jul 28 21:38:43 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: security.conf,v 1.5 2000/04/24 23:46:37 fair Exp $
+#      $NetBSD: security.conf,v 1.6 2000/07/28 21:38:44 christos Exp $
 #
 # see security.conf(5) for more information.
 
@@ -7,7 +7,7 @@
 check_rootdotfiles=YES
 check_ftpusers=YES
 check_aliases=YES
-check_rhosts=NO                # Don't turn this on; malicious users can take advantage
+check_rhosts=YES
 check_homes=YES
 check_varmail=YES
 check_nfs=YES



Home | Main Index | Thread Index | Old Index