mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
tar: The problematic test can also be skipped if security labels disabled
For example, if CONFIG_EXT4_FS_SECURITY (Ext4 Security Labels) not set and we are building on an ext4 file system, the test will be skipeed.
This commit is contained in:
parent
e5455293e3
commit
22c36bb8e4
@ -81,7 +81,8 @@
|
|||||||
|
|
||||||
<para>One test, capabilities: binary store/restore, is known to fail if it is
|
<para>One test, capabilities: binary store/restore, is known to fail if it is
|
||||||
run because LFS lacks selinux, but will be skipped if the host kernel does
|
run because LFS lacks selinux, but will be skipped if the host kernel does
|
||||||
not support extended attributes on the filesystem used for building LFS.</para>
|
not support extended attributes or security labels on the filesystem
|
||||||
|
used for building LFS.</para>
|
||||||
|
|
||||||
<para>Install the package:</para>
|
<para>Install the package:</para>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user