kumquat-buildroot/fs
Peter Korsgaard 01354e1a0f fs/ubifs: work around fakeroot / sed -i issue on systems with SELinux enabled
Fixes #9386

GNU sed -i misbehaves on systems with SELinux enabled, as it tries to copy
to the SELinux security context (xattr) from the source file to to the new
destination file, which fails under fakeroot and leaves the file with 000
permissions, causing ubinize to fail when it cannot read to configuration
file.

So as a workaround, combine the install and tweak steps in a single
sed with a redirect to the destination file instead.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-11-27 20:31:37 +01:00
..
axfs
cloop
cpio
cramfs
ext2 fs/ext2: fix double quoted label 2016-11-21 21:16:02 +01:00
initramfs
iso9660 fs/iso9660: drop reference to host-fakeroot 2016-11-03 23:28:01 +01:00
jffs2
romfs
squashfs fs/squashfs: remove useless chmod 2016-06-07 22:21:29 +02:00
tar fs/tar: support passing long options to tar 2016-06-25 15:42:44 +02:00
ubifs fs/ubifs: work around fakeroot / sed -i issue on systems with SELinux enabled 2016-11-27 20:31:37 +01:00
yaffs2
common.mk fs: call the pseudo wrapper 2016-11-09 23:30:07 +01:00
Config.in