Need to set a umask to avoid security problems (/var/yp/passwd

world-writable).
This commit is contained in:
Bill Paul 1995-02-01 23:30:02 +00:00
parent e26ae5b13a
commit e0f276ea94
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6108

View File

@ -3,4 +3,5 @@
# This script is invoked by yppasswdd to update the password
# maps after the master password file has been modified.
cd /var/yp; make
umask 077
cd /var/yp; /usr/bin/make