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.
2 parents 09bc8d2 + fa373ac commit 3156b5fCopy full SHA for 3156b5f
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
+# Restrict su access to users that are part of the root group (gid 0).
334
+# On a Delphix engine, this is restricted to the delphix 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