From 62b86c41b921b4226f41747142ba7ab1443d2de1 Mon Sep 17 00:00:00 2001 From: jtc Date: Tue, 31 Jan 1995 16:09:45 +0000 Subject: [PATCH] Change .emacsrc to .emacs in list of files to be checked. From Mike Long, in PR #768. --- etc/security | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/security b/etc/security index dbc36a4333a1..a6579041e035 100644 --- a/etc/security +++ b/etc/security @@ -1,7 +1,7 @@ #!/bin/sh - # # from: @(#)security 8.1 (Berkeley) 6/9/93 -# $Id: security,v 1.10 1994/10/18 16:52:57 mycroft Exp $ +# $Id: security,v 1.11 1995/01/31 16:09:45 jtc Exp $ # PATH=/sbin:/usr/sbin:/bin:/usr/bin @@ -292,7 +292,7 @@ awk '$1 != $5 && $5 != "root" \ { print "user " $1 " " $2 " file is other writeable" }' > $OUTPUT # Files that should not be owned by someone else or writeable. -list=".bashrc .cshrc .emacsrc .exrc .forward .klogin .login .logout \ +list=".bashrc .cshrc .emacs .exrc .forward .klogin .login .logout \ .profile .tcshrc" awk -F: '{ print $1 " " $6 }' /etc/passwd | \ while read uid homedir; do