forked from infra/ansible
common: prevent normal users from running su
This commit is contained in:
parent
e5e92ebb44
commit
b570b30ad2
@ -62,3 +62,9 @@
|
|||||||
- name: Disable hibernation/resume
|
- name: Disable hibernation/resume
|
||||||
copy: src=resume dest=/etc/initramfs-tools/conf.d/resume
|
copy: src=resume dest=/etc/initramfs-tools/conf.d/resume
|
||||||
notify: update-initramfs
|
notify: update-initramfs
|
||||||
|
|
||||||
|
- name: Prevent normal users from running su
|
||||||
|
lineinfile:
|
||||||
|
path: /etc/pam.d/su
|
||||||
|
regexp: '^# auth required pam_wheel.so$'
|
||||||
|
line: 'auth required pam_wheel.so'
|
||||||
|
Loading…
Reference in New Issue
Block a user