From 62240f4e406fb18d5cb2474a64ce47cc33abcc26 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 26 Feb 2019 17:26:41 -0300 Subject: [PATCH] etc/defaults.conf: mention bwrap --- etc/defaults.conf | 1 + 1 file changed, 1 insertion(+) 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.