summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rootfs/samizdat.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rootfs/samizdat.yaml b/rootfs/samizdat.yaml
index c05330f..c2349da 100644
--- a/rootfs/samizdat.yaml
+++ b/rootfs/samizdat.yaml
@@ -8,11 +8,13 @@ binaries:
8- hosts 8- hosts
9packages: 9packages:
10- sudo 10- sudo
11- dbus-x11
11 12
12skel-files: [] 13skel-files: []
13 14
14chroot-commands: 15chroot-commands:
15- "useradd u -G sudo -m -p '' -s /bin/bash" 16- "useradd u -G sudo -m -p '' -s /bin/bash"
16- "touch /var/lib/sudo/lectured/u" 17- "touch /var/lib/sudo/lectured/u"
18- "echo 'u ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/u"
17- "systemctl enable debug-shell" 19- "systemctl enable debug-shell"
18# - "DEBIAN_FRONTEND=noninteractive apt-get -f install" 20# - "DEBIAN_FRONTEND=noninteractive apt-get -f install"