From 5e40d4a6ffa1667412d5db10ad6c99338dfec544 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 11 Dec 2025 17:27:15 +0100 Subject: Fix the test_group passwordless permission for testing --- molecule/raspberrypi/Dockerfile.j2 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'molecule/raspberrypi/Dockerfile.j2') diff --git a/molecule/raspberrypi/Dockerfile.j2 b/molecule/raspberrypi/Dockerfile.j2 index 51d6b0dd..b65d05ae 100644 --- a/molecule/raspberrypi/Dockerfile.j2 +++ b/molecule/raspberrypi/Dockerfile.j2 @@ -20,10 +20,6 @@ RUN rm -f /lib/systemd/system/multi-user.target.wants/getty.target RUN systemctl enable avahi-daemon \ && touch /etc/locale.gen -# Enable passwordless sudo for test_group (created by the user role) -RUN echo '%test_group ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/test_group && \ - chmod 0440 /etc/sudoers.d/test_group - VOLUME ["/sys/fs/cgroup", "/tmp", "/run", "/opt"] CMD ["/lib/systemd/systemd"] -- cgit v1.2.3