Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2023 12:14:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 269185] xz broken on systems WITHOUT_CAPSICUM
Message-ID:  <bug-269185-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269185

            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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269185-227>