mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-11 08:23:49 +00:00
dynamicdns: Fix permissions for all /etc files
The file which contains the credentials should not be readable for "others".
This commit is contained in:
parent
ac9bda03e6
commit
8608bf6f07
@ -322,6 +322,7 @@ doUpdate()
|
||||
fi
|
||||
}
|
||||
|
||||
umask u=rw,g=,o=
|
||||
cmd=${1}
|
||||
shift
|
||||
# decide which config to use
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user