summaryrefslogtreecommitdiffstats
path: root/src/lib/Options.py
diff options
context:
space:
mode:
authorHolger Weiß <holger@zedat.fu-berlin.de>2011-09-14 23:04:20 +0200
committerHolger Weiß <holger@zedat.fu-berlin.de>2011-09-14 23:04:20 +0200
commitd7484c8c2aa3d5c52824559d27adcb9528613679 (patch)
tree442cf7761edea1cf040aed30fa10926b85a53a10 /src/lib/Options.py
parenta3f986e98b29bfa5f1f5dfd82bac52274091c440 (diff)
downloadbcfg2-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 'src/lib/Options.py')
0 files changed, 0 insertions, 0 deletions