]> git.ipfire.org Git - thirdparty/dracut.git/commit
fix(dracut-install): copy files preserving ownership attributes
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 4 Apr 2022 09:55:59 +0000 (11:55 +0200)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Mon, 4 Apr 2022 18:21:18 +0000 (18:21 +0000)
commit9ef73b6ad08c19c3906564e5a15c7908ed9a81c8
tree8e776fbbf65564adc17c0df108bfba0b54b45c23
parent79170aafba9ba1a852ffb2fdcc8277d216056671
fix(dracut-install): copy files preserving ownership attributes

While the "clone copy" operation changes the ownership of the cloned
files, the "normal copy" using cp does not preserve it.
src/install/dracut-install.c