summaryrefslogtreecommitdiff
path: root/repo/system/shadow/su.pamd
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
committerdavidovski <david@davidovski.xyz>2022-05-31 11:05:19 +0100
commit48ca75555522716f0f686dcae3dd6cf3d8ad714d (patch)
tree00c0f58550ba4661e87376f2f02c8001c69bae44 /repo/system/shadow/su.pamd
parent871b2b573f01c1b3176a0f65458b3d281b41c437 (diff)
removed idea of repos
Diffstat (limited to 'repo/system/shadow/su.pamd')
-rw-r--r--repo/system/shadow/su.pamd27
1 files changed, 0 insertions, 27 deletions
diff --git a/repo/system/shadow/su.pamd b/repo/system/shadow/su.pamd
deleted file mode 100644
index ca6ab90..0000000
--- a/repo/system/shadow/su.pamd
+++ /dev/null
@@ -1,27 +0,0 @@
-# Begin /etc/pam.d/su
-
-# always allow root
-auth sufficient pam_rootok.so
-
-# Allow users in the wheel group to execute su without a password
-# disabled by default
-#auth sufficient pam_wheel.so trust use_uid
-
-# include system auth settings
-auth include system-auth
-
-# limit su to users in the wheel group
-# disabled by default
-#auth required pam_wheel.so use_uid
-
-# include system account settings
-account include system-account
-
-# Set default environment variables for the service user
-session required pam_env.so
-
-# include system session settings
-session include system-session
-
-# End /etc/pam.d/su
-