aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/defaults.conf b/etc/defaults.conf
index ea16e681d4f..766ac3ef7f8 100644
--- a/etc/defaults.conf
+++ b/etc/defaults.conf
@@ -114,6 +114,7 @@ XBPS_SUCMD="sudo /bin/sh -c"
# - 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)
+# - ethereal (uses root, needs no permissions, for disposable containers)
#
# 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.
@@ -126,3 +127,9 @@ XBPS_SUCMD="sudo /bin/sh -c"
# the HEAD commit time.
#
#XBPS_USE_BUILD_MTIME=yes
+
+# [OPTIONAL]
+# When using the 'ethereal' chroot-style this switch must be activated, it is
+# meant as safeguard against users casually destroying their systems
+#
+#XBPS_ALLOW_CHROOT_BREAKOUT=yes