re-enable userpriv and usersandbox

This commit is contained in:
2025-12-08 00:53:51 +06:00
parent 762495dece
commit 1872101b17

View File

@@ -23,7 +23,7 @@ VIDEO_CARDS="intel nouveau"
# "buildpkg" = generate binary packages upon install # "buildpkg" = generate binary packages upon install
# "binpkg-multi-instance" = keep only latest version, but support slotting # "binpkg-multi-instance" = keep only latest version, but support slotting
FEATURES="${FEATURES} -getbinpkg buildpkg binpkg-multi-instance -ipc-sandbox -network-sandbox -pid-sandbox -usersandbox -userpriv binpkg-signing" FEATURES="${FEATURES} -getbinpkg buildpkg binpkg-multi-instance -ipc-sandbox -network-sandbox -pid-sandbox binpkg-signing"
ACCEPT_LICENSE="*" ACCEPT_LICENSE="*"
BINPKG_FORMAT="gpkg" BINPKG_FORMAT="gpkg"