From f642643f2783121c4ec6b194f0a03b3a41cf613a Mon Sep 17 00:00:00 2001 From: diademiemi Date: Tue, 12 Mar 2024 15:12:30 -0400 Subject: [PATCH] Fix molecule tests --- molecule/default/molecule.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index e7e583c..36e167f 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -21,8 +21,8 @@ platforms: pre_build_image: true systemd: true tmpfs: - - /run - - /tmp + "/tmp": "rw,exec,mode=1777" + "/run": "rw,noexec,nosuid,nodev" volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro cgroupns_mode: host @@ -33,8 +33,8 @@ platforms: pre_build_image: true systemd: true tmpfs: - - /run - - /tmp + "/tmp": "rw,exec,mode=1777" + "/run": "rw,noexec,nosuid,nodev" volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro cgroupns_mode: host @@ -45,8 +45,8 @@ platforms: pre_build_image: true systemd: true tmpfs: - - /run - - /tmp + "/tmp": "rw,exec,mode=1777" + "/run": "rw,noexec,nosuid,nodev" volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro cgroupns_mode: host @@ -57,8 +57,8 @@ platforms: pre_build_image: true systemd: true tmpfs: - - /run - - /tmp + "/tmp": "rw,exec,mode=1777" + "/run": "rw,noexec,nosuid,nodev" volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro cgroupns_mode: host @@ -69,8 +69,8 @@ platforms: pre_build_image: true systemd: true tmpfs: - - /run - - /tmp + "/tmp": "rw,exec,mode=1777" + "/run": "rw,noexec,nosuid,nodev" volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro cgroupns_mode: host @@ -81,8 +81,8 @@ platforms: pre_build_image: true systemd: true tmpfs: - - /run - - /tmp + "/tmp": "rw,exec,mode=1777" + "/run": "rw,noexec,nosuid,nodev" volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro cgroupns_mode: host @@ -93,8 +93,8 @@ platforms: pre_build_image: true systemd: true tmpfs: - - /run - - /tmp + "/tmp": "rw,exec,mode=1777" + "/run": "rw,noexec,nosuid,nodev" volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro cgroupns_mode: host @@ -105,8 +105,8 @@ platforms: pre_build_image: true systemd: true tmpfs: - - /run - - /tmp + "/tmp": "rw,exec,mode=1777" + "/run": "rw,noexec,nosuid,nodev" volumes: - /sys/fs/cgroup:/sys/fs/cgroup:ro cgroupns_mode: host