]> granicus.if.org Git - sudo/commit
Set umask temporarily when creating files instead of changing the
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 21 Mar 2017 22:21:17 +0000 (16:21 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 21 Mar 2017 22:21:17 +0000 (16:21 -0600)
commit7668b4b42bd04cd99178c1c80260860910946ac0
tree35e0dc6fffe6b4fec8cd183c66f62c07e58b37ec
parent2a37590b7debc48feb876cf9d95a5495f7350635
Set umask temporarily when creating files instead of changing the
mode after the fact.  This is slightly less error prone.
plugins/sudoers/iolog.c
plugins/sudoers/mkdir_parents.c
plugins/sudoers/timestamp.c