diff options
author | Matthias Maennich <maennich@google.com> | 2024-05-28 13:32:43 +0200 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2024-05-29 18:13:20 +0200 |
commit | 3bd27a847a3a4827a948387cc8f0dbc9fa5931d5 (patch) | |
tree | 53ddde051f763304464e8c9dda0be5c100275fe9 /kernel/acct.c | |
parent | scripts/make_fit: Drop fdt image entry compatible string (diff) | |
download | linux-3bd27a847a3a4827a948387cc8f0dbc9fa5931d5.tar.xz linux-3bd27a847a3a4827a948387cc8f0dbc9fa5931d5.zip |
kheaders: explicitly define file modes for archived headers
Build environments might be running with different umask settings
resulting in indeterministic file modes for the files contained in
kheaders.tar.xz. The file itself is served with 444, i.e. world
readable. Archive the files explicitly with 744,a+X to improve
reproducibility across build environments.
--mode=0444 is not suitable as directories need to be executable. Also,
444 makes it hard to delete all the readonly files after extraction.
Cc: stable@vger.kernel.org
Signed-off-by: Matthias Maennich <maennich@google.com>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'kernel/acct.c')
0 files changed, 0 insertions, 0 deletions