Change .emacsrc to .emacs in list of files to be checked.

From Mike Long, in PR #768.
This commit is contained in:
jtc 1995-01-31 16:09:45 +00:00
parent 2536b9a62f
commit 62b86c41b9
1 changed files with 2 additions and 2 deletions

View File

@ -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