diff options
author | Holger Weiß <holger@zedat.fu-berlin.de> | 2011-09-14 23:04:20 +0200 |
---|---|---|
committer | Holger Weiß <holger@zedat.fu-berlin.de> | 2011-09-14 23:04:20 +0200 |
commit | d7484c8c2aa3d5c52824559d27adcb9528613679 (patch) | |
tree | 442cf7761edea1cf040aed30fa10926b85a53a10 /misc/logos | |
parent | a3f986e98b29bfa5f1f5dfd82bac52274091c440 (diff) | |
download | bcfg2-d7484c8c2aa3d5c52824559d27adcb9528613679.tar.gz bcfg2-d7484c8c2aa3d5c52824559d27adcb9528613679.tar.bz2 bcfg2-d7484c8c2aa3d5c52824559d27adcb9528613679.zip |
POSIX: Honor the user's umask
The umask was set to zero in order to address the issue that mknod(2)'s
mode argument is modified by the process's umask. However, this umask
setting also affected auto-created parent directories of configuration
entries: their permissions were set to `drwxrwxrwx'. So, we now call
chmod(2) after mknod(2) instead of setting the umask to zero.
Diffstat (limited to 'misc/logos')
0 files changed, 0 insertions, 0 deletions