From c532e508bbb3b50b39abb7f4040730b2d73a7cde Mon Sep 17 00:00:00 2001 From: millert Date: Fri, 6 Dec 1996 17:20:31 +0000 Subject: [PATCH] set umask to 022 -- make /etc/security stop bitching about this... --- etc/root/dot.cshrc | 1 + etc/root/dot.profile | 1 + 2 files changed, 2 insertions(+) diff --git a/etc/root/dot.cshrc b/etc/root/dot.cshrc index a98edf70058..ec2de3d1538 100644 --- a/etc/root/dot.cshrc +++ b/etc/root/dot.cshrc @@ -1,3 +1,4 @@ +umask 022 alias mail Mail set history=1000 set path=(/sbin /usr/sbin /bin /usr/bin) diff --git a/etc/root/dot.profile b/etc/root/dot.profile index 0482fb0efd2..878c321a769 100644 --- a/etc/root/dot.profile +++ b/etc/root/dot.profile @@ -2,6 +2,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin export PATH HOME=/root export HOME +umask 022 if [ -x /usr/bin/tset ]; then eval `/usr/bin/tset -sQ \?$TERM` -- 2.20.1