* util/grub-mkconfig.in: Use umask rather than chmod to create

grub.cfg.new to avoid insecure grub.cfg.
This commit is contained in:
Mark Wooding 2012-02-03 12:15:53 +01:00 committed by Vladimir 'phcoder' Serbinenko
parent 4a9f8346c9
commit 055f856f71
2 changed files with 9 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2012-02-03 Mark Wooding <mdw@distorted.org.uk>
* util/grub-mkconfig.in: Use umask rather than chmod to create
grub.cfg.new to avoid insecure grub.cfg.
2012-02-03 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/ls.c: Gettextize.