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 bca3262 commit fa373acCopy full SHA for fa373ac
files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml
@@ -330,8 +330,8 @@
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
+# Restrict su access to users that are part of the root group (gid 0).
+# On a Delphix engine, this is restricted to the delphix user.
335
336
- replace:
337
dest: /etc/pam.d/su
0 commit comments