Skip to content

Commit

Permalink
add /tmp to special mountpoints
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Schurz <[email protected]>
  • Loading branch information
schurzi committed Nov 15, 2023
1 parent 1ba19b4 commit bc9dd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/os_hardening/tasks/minimize_access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@

- name: Append special devices list to valid mountpoint list
ansible.builtin.set_fact:
mountpoints_list: "{{ mountpoints_list + ['/dev', '/dev/shm', '/run'] }}"
mountpoints_list: "{{ mountpoints_list + ['/dev', '/dev/shm', '/run', '/tmp'] }}"

- name: Minimize access for filesystems
ansible.builtin.include_tasks: minimize_access_fs.yml
Expand Down

0 comments on commit bc9dd64

Please sign in to comment.