We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bc8d2 commit bca3262Copy full SHA for bca3262
files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml
@@ -329,6 +329,15 @@
329
regexp: '^(session[\s]+optional[\s]+pam_motd\.so.*)$'
330
replace: '#\1'
331
332
+#
333
+# Restricting su access to ensure only authorized users in a specific group
334
+# can elevate privileges to another user, like the root user
335
336
+- replace:
337
+ dest: /etc/pam.d/su
338
+ regexp: '^#?[\s]*(auth[\s]+required[\s]+pam_wheel\.so.*)$'
339
+ replace: '\1'
340
+
341
#
342
# Prevent sshd from offering weak message authentication codes to clients.
343
0 commit comments