[Bug 269185] xz broken on systems WITHOUT_CAPSICUM

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 27 Jan 2023 12:14:52 UTC
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: bugs@FreeBSD.org
          Reporter: rozhuk.im@gmail.com

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.