forked from infra/ansible
xrdp_apphost: Secure home directories
Remove all permissions for other users from home directries
This commit is contained in:
parent
f565853cd2
commit
9eef0c7739
@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
- name: Set Default umask for Users
|
||||
lineinfile:
|
||||
dest: '/etc/login.defs'
|
||||
regexp: "UMASK"
|
||||
line: "UMASK 027"
|
||||
state: present
|
||||
|
||||
|
||||
- include: xrdp.yml
|
||||
- include: lightburn.yml
|
||||
- include: estlcam.yml
|
||||
|
Loading…
Reference in New Issue
Block a user