common: add chroot-style 'ethereal'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user