Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Added .k5login to the list of files that are checked in ...
details: https://anonhg.NetBSD.org/src/rev/6acf24de7be4
branches: trunk
changeset: 535482:6acf24de7be4
user: elric <elric%NetBSD.org@localhost>
date: Tue Aug 20 07:53:51 2002 +0000
description:
Added .k5login to the list of files that are checked in each user's
home directory.
Addresses PR: security/18000
diffstat:
etc/security | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diffs (29 lines):
diff -r bccd1b43e9ab -r 6acf24de7be4 etc/security
--- a/etc/security Tue Aug 20 07:42:53 2002 +0000
+++ b/etc/security Tue Aug 20 07:53:51 2002 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: security,v 1.78 2002/06/18 22:43:53 itojun Exp $
+# $NetBSD: security,v 1.79 2002/08/20 07:53:51 elric Exp $
# from: @(#)security 8.1 (Berkeley) 6/9/93
#
@@ -495,11 +495,12 @@
# Files that should not be owned by someone else or writeable.
list=".bash_history .bash_login .bash_logout .bash_profile .bashrc \
- .cshrc .emacs .exrc .forward .history .klogin .login .logout \
- .profile .qmail .rc_history .rhosts .shosts ssh .tcshrc .twmrc \
- .xinitrc .xsession .ssh/authorized_keys .ssh/authorized_keys2 \
- .ssh/config .ssh/id_dsa.pub .ssh/id_rsa.pub .ssh/identity.pub \
- .ssh/known_hosts .ssh/known_hosts2"
+ .cshrc .emacs .exrc .forward .history .k5login .klogin .login \
+ .logout .profile .qmail .rc_history .rhosts .shosts ssh .tcshrc \
+ .twmrc .xinitrc .xsession .ssh/authorized_keys \
+ .ssh/authorized_keys2 .ssh/config .ssh/id_dsa.pub \
+ .ssh/id_rsa.pub .ssh/identity.pub .ssh/known_hosts \
+ .ssh/known_hosts2"
while read uid homedir; do
for f in $list ; do
file=${homedir}/${f}
Home |
Main Index |
Thread Index |
Old Index