Need to set a umask to avoid security problems (/var/yp/passwd
world-writable).
This commit is contained in:
parent
e26ae5b13a
commit
e0f276ea94
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6108
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user