Skip to content

Commit c66ade8

Browse files
committed
harden manila mount options for compute-init
1 parent 2f99bf3 commit c66ade8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/compute_init/files/compute-init.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@
4747
- noatime
4848
- _netdev # prevents mount blocking early boot before networking available
4949
- rw
50+
- nodev
51+
- nosuid
5052

5153
basic_users_userdefaults:
5254
state: present

0 commit comments

Comments
 (0)