https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269185
Bug ID: 269185
Summary: xz broken on systems WITHOUT_CAPSICUM
Product: Base System
Version: 13.1-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: gnu
Assignee: [email protected]
Reporter: [email protected]
mkdir -p /tmp/111
touch /tmp/111/1.txt
touch /tmp/111/2.txt
cd /tmp/111
tar cvf - . | xz -T 0 > /tmp/111.txz
xz: Failed to enable the sandbox
a .
a ./1.txt
a ./2.txt
tar: Write error
tar: Error exit delayed from previous errors.
Exit 1
--
You are receiving this mail because:
You are the assignee for the bug.