common: add chroot-style 'ethereal'

This commit is contained in:
maxice8
2019-02-26 17:23:11 -03:00
committed by maxice8
parent 62aaae3978
commit fadca94b98
4 changed files with 144 additions and 1 deletions

View File

@@ -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