]> git.ipfire.org Git - thirdparty/mkosi.git/commit
Don't override stat of destination root when using copy_path() 911/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 21 Feb 2022 14:54:31 +0000 (14:54 +0000)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 20 Jun 2022 11:05:55 +0000 (13:05 +0200)
commit4cb6290ff5ee11a9096875cc6cff6033f461b721
tree80b551b08cdb1435a3e418a8ba352bedccf7ce7c
parent8374f037a7946cdf598b3faf72caab68006ca1a9
Don't override stat of destination root when using copy_path()

Fixes unexpected scenarios where we modify the permissions of / when
using mkosi.extra/. See https://github.com/systemd/systemd/pull/22569#issuecomment-1045992142
for more information.
mkosi/__init__.py