Update to Dimension's version

This commit is contained in:
2022-07-02 11:08:11 +01:00
parent 87dee9b3fa
commit d71a4ace92
16 changed files with 184 additions and 41 deletions

10
tasks/proc.yaml Normal file
View File

@@ -0,0 +1,10 @@
---
# Tighten down /proc
- name: Hide other user's PIDs for non-root users
ansible.posix.mount:
src: proc
path: /proc
opts: defaults,hidepid=1,gid=986
state: present
fstype: proc
notify: remount proc