From 65a88a4c28c4ed584a6300a31961382ea3cf68cb Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 4 Oct 2019 21:56:24 -0400 Subject: rootfs improvements --- rootfs/samizdat.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rootfs') 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: - hosts packages: - sudo +- dbus-x11 skel-files: [] chroot-commands: - "useradd u -G sudo -m -p '' -s /bin/bash" - "touch /var/lib/sudo/lectured/u" +- "echo 'u ALL=(ALL:ALL) NOPASSWD: ALL' > /etc/sudoers.d/u" - "systemctl enable debug-shell" # - "DEBIAN_FRONTEND=noninteractive apt-get -f install" -- cgit v1.2.3