set umask to 022 -- make /etc/security stop bitching about this...
authormillert <millert@openbsd.org>
Fri, 6 Dec 1996 17:20:31 +0000 (17:20 +0000)
committermillert <millert@openbsd.org>
Fri, 6 Dec 1996 17:20:31 +0000 (17:20 +0000)
etc/root/dot.cshrc
etc/root/dot.profile

index a98edf7..ec2de3d 100644 (file)
@@ -1,3 +1,4 @@
+umask 022
 alias mail Mail
 set history=1000
 set path=(/sbin /usr/sbin /bin /usr/bin)
index 0482fb0..878c321 100644 (file)
@@ -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`