diff --git a/etc/defaults.conf b/etc/defaults.conf index 9d798c1e880..e7fcd7c73a0 100644 --- a/etc/defaults.conf +++ b/etc/defaults.conf @@ -113,6 +113,7 @@ XBPS_SUCMD="sudo /bin/sh -c" # - uunshare (uses xbps-uunshare(8), user namespaces) # - uchroot (uses xbps-uchroot(8), namespaces, setgid) # - proot (uses proot, external, does not need special permissions) +# - bwrap (uses bwrap, external, does not need special permissions) # # The order is already set as shown above, but can be overriden below. # Additional arguments to the chroot style can be passed in via XBPS_CHROOT_CMD_ARGS.