]> git.ipfire.org Git - thirdparty/mkosi.git/commit
mkosi-initrd: set output mode 600 by default 3053/head
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Fri, 20 Sep 2024 14:12:24 +0000 (16:12 +0200)
committerAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Fri, 20 Sep 2024 14:12:24 +0000 (16:12 +0200)
commit3fe62ba52099e38920dc07cf3d3a90d048dfa954
treed36309dbc7203a4d45e63d704143c87c7b0f09d1
parent2902e5efbb48fbad765bf1801383528b9e021b94
mkosi-initrd: set output mode 600 by default

Traditionally, initrds stored in /boot must have their access mode set to 600.
Nowadays, this is useless for initrds stored on the vfat-formatted ESP, but it
doesn't hurt to support the old use case.
mkosi/initrd.py