mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
Add small unprivileged chroot
This commit is contained in:
parent
ca2ba18b60
commit
a135fc1eca
2 changed files with 126 additions and 0 deletions
10
sysa/after_wrap.kaem
Normal file
10
sysa/after_wrap.kaem
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
PATH=./${ARCH_DIR}/bin
|
||||
|
||||
./${ARCH_DIR}/bin/M2-Mesoplanet --architecture ${ARCH} \
|
||||
-f sysa/wrap.c \
|
||||
-o ./${ARCH_DIR}/bin/wrap \
|
||||
--temp-directory ./x86/artifact
|
||||
|
||||
exec ./${ARCH_DIR}/bin/wrap ./${ARCH_DIR}/bin/kaem --verbose --strict --file sysa/after.kaem
|
||||
Loading…
Add table
Add a link
Reference in a new issue