Skip to content

Commit a6b8ff9

Browse files
committed
Fix molecule tests
1 parent 59609ca commit a6b8ff9

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

roles/install/molecule/default/molecule.yml

+18-18
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ platforms:
99
pre_build_image: true
1010
systemd: true
1111
tmpfs:
12-
- /run
13-
- /tmp
12+
"/tmp": "rw,exec,mode=1777"
13+
"/run": "rw,noexec,nosuid,nodev"
1414
volumes:
1515
- /sys/fs/cgroup:/sys/fs/cgroup:ro
1616
cgroupns_mode: host
@@ -21,8 +21,8 @@ platforms:
2121
pre_build_image: true
2222
systemd: true
2323
tmpfs:
24-
- /run
25-
- /tmp
24+
"/tmp": "rw,exec,mode=1777"
25+
"/run": "rw,noexec,nosuid,nodev"
2626
volumes:
2727
- /sys/fs/cgroup:/sys/fs/cgroup:ro
2828
cgroupns_mode: host
@@ -33,8 +33,8 @@ platforms:
3333
pre_build_image: true
3434
systemd: true
3535
tmpfs:
36-
- /run
37-
- /tmp
36+
"/tmp": "rw,exec,mode=1777"
37+
"/run": "rw,noexec,nosuid,nodev"
3838
volumes:
3939
- /sys/fs/cgroup:/sys/fs/cgroup:ro
4040
cgroupns_mode: host
@@ -45,8 +45,8 @@ platforms:
4545
pre_build_image: true
4646
systemd: true
4747
tmpfs:
48-
- /run
49-
- /tmp
48+
"/tmp": "rw,exec,mode=1777"
49+
"/run": "rw,noexec,nosuid,nodev"
5050
volumes:
5151
- /sys/fs/cgroup:/sys/fs/cgroup:ro
5252
cgroupns_mode: host
@@ -57,8 +57,8 @@ platforms:
5757
pre_build_image: true
5858
systemd: true
5959
tmpfs:
60-
- /run
61-
- /tmp
60+
"/tmp": "rw,exec,mode=1777"
61+
"/run": "rw,noexec,nosuid,nodev"
6262
volumes:
6363
- /sys/fs/cgroup:/sys/fs/cgroup:ro
6464
cgroupns_mode: host
@@ -69,8 +69,8 @@ platforms:
6969
pre_build_image: true
7070
systemd: true
7171
tmpfs:
72-
- /run
73-
- /tmp
72+
"/tmp": "rw,exec,mode=1777"
73+
"/run": "rw,noexec,nosuid,nodev"
7474
volumes:
7575
- /sys/fs/cgroup:/sys/fs/cgroup:ro
7676
cgroupns_mode: host
@@ -81,8 +81,8 @@ platforms:
8181
pre_build_image: true
8282
systemd: true
8383
tmpfs:
84-
- /run
85-
- /tmp
84+
"/tmp": "rw,exec,mode=1777"
85+
"/run": "rw,noexec,nosuid,nodev"
8686
volumes:
8787
- /sys/fs/cgroup:/sys/fs/cgroup:ro
8888
cgroupns_mode: host
@@ -93,8 +93,8 @@ platforms:
9393
pre_build_image: true
9494
systemd: true
9595
tmpfs:
96-
- /run
97-
- /tmp
96+
"/tmp": "rw,exec,mode=1777"
97+
"/run": "rw,noexec,nosuid,nodev"
9898
volumes:
9999
- /sys/fs/cgroup:/sys/fs/cgroup:ro
100100
cgroupns_mode: host
@@ -105,8 +105,8 @@ platforms:
105105
pre_build_image: true
106106
systemd: true
107107
tmpfs:
108-
- /run
109-
- /tmp
108+
"/tmp": "rw,exec,mode=1777"
109+
"/run": "rw,noexec,nosuid,nodev"
110110
volumes:
111111
- /sys/fs/cgroup:/sys/fs/cgroup:ro
112112
cgroupns_mode: host

0 commit comments

Comments
 (0)