summaryrefslogtreecommitdiff
path: root/rootfs
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2019-10-04 21:56:24 -0400
committerAndrew Cady <d@jerkface.net>2019-10-04 21:56:24 -0400
commit65a88a4c28c4ed584a6300a31961382ea3cf68cb (patch)
tree505dc74c9fb40cf19b517219953c14e95c2cdacb /rootfs
parentcd7c26906b75f778810a3b83f6508ae0f4c4c3c4 (diff)
rootfs improvements
Diffstat (limited to 'rootfs')
-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"