diff options
-rw-r--r-- | kitchen-tests/kitchen.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kitchen-tests/kitchen.yml b/kitchen-tests/kitchen.yml index dcaa570b95..0d0e963b54 100644 --- a/kitchen-tests/kitchen.yml +++ b/kitchen-tests/kitchen.yml @@ -47,6 +47,8 @@ platforms: driver: image: dokken/amazonlinux-2 pid_one_command: /usr/lib/systemd/systemd + privileged: true + binds: /run/dbus/system_bus_socket:/run/dbus/system_bus_socket:ro intermediate_instructions: - RUN sed -i -e "s/Defaults.*requiretty.*/Defaults !requiretty/g" /etc/sudoers |