diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-06-11 19:21:48 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-06-11 19:21:48 +0200 |
commit | 74d74c7eb101fcf3676179d20bed76104914ee9b (patch) | |
tree | 3132a62f20ae4d52418fa6558b9bc85baf117830 | |
parent | a62dda784e4691506bfe86aac072c16115517d8e (diff) |
debian/local/runsystem: Set d-i umask to 022.
-rw-r--r-- | debian/changelog | 6 | ||||
-rwxr-xr-x | debian/local/runsystem | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 458811db..9af04f65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +hurd (20110519-3) unstable; urgency=low + + * debian/local/runsystem: Set d-i umask to 022. + + -- Samuel Thibault <sthibault@debian.org> Sat, 11 Jun 2011 19:21:25 +0200 + hurd (20110519-2) unstable; urgency=low * debian/control: Make the hurd package depend on random-egd, to get diff --git a/debian/local/runsystem b/debian/local/runsystem index 47c791d3..198c0f84 100755 --- a/debian/local/runsystem +++ b/debian/local/runsystem @@ -3,6 +3,8 @@ PATH=/bin:/sbin:/usr/bin:/usr/sbin export PATH +umask 022 + # Create a minimal subset of device and server nodes /usr/lib/hurd/setup-translators -m -k -p |