diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-08-28 16:59:00 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-08-28 17:01:02 +0800 |
commit | 22c36bb8e41ebe08d9ac022d68d619583e556f21 (patch) | |
tree | e19df286e1ea06b1d153952accbb12d546cc0753 /chapter08/tar.xml | |
parent | e5455293e338907c4a3cf9a461a7544083d7c762 (diff) |
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.
Diffstat (limited to 'chapter08/tar.xml')
-rw-r--r-- | chapter08/tar.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter08/tar.xml b/chapter08/tar.xml index e55ad664d..ea5f44ebb 100644 --- a/chapter08/tar.xml +++ b/chapter08/tar.xml @@ -81,7 +81,8 @@ <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 - 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> |