]> Frank Brehm's Git Trees - config/berta/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Mon, 8 Jan 2018 16:10:13 +0000 (17:10 +0100)
committerFrank Brehm <frank@brehm-online.com>
Mon, 8 Jan 2018 16:10:13 +0000 (17:10 +0100)
.etckeeper
pam.d/runuser [new file with mode: 0644]
pam.d/runuser-l [new file with mode: 0644]

index 2688d8b63eea85fb40b4d6abd92269bf58962dba..1441826da047831592b6937bd120b10d330bac53 100755 (executable)
@@ -682,6 +682,8 @@ maybe chmod 0644 'pam.d/other'
 maybe chmod 0644 'pam.d/passwd'
 maybe chmod 0644 'pam.d/pop'
 maybe chmod 0644 'pam.d/postgresql-9.6'
+maybe chmod 0644 'pam.d/runuser'
+maybe chmod 0644 'pam.d/runuser-l'
 maybe chmod 0644 'pam.d/saslauthd'
 maybe chmod 0644 'pam.d/shadow'
 maybe chmod 0644 'pam.d/sshd'
diff --git a/pam.d/runuser b/pam.d/runuser
new file mode 100644 (file)
index 0000000..30c2834
--- /dev/null
@@ -0,0 +1,8 @@
+auth       sufficient  pam_rootok.so
+auth       required     pam_wheel.so use_uid
+auth       include             system-auth
+account    include             system-auth
+password   include             system-auth
+session    include             system-auth
+session    required     pam_env.so
+session    optional            pam_xauth.so
diff --git a/pam.d/runuser-l b/pam.d/runuser-l
new file mode 100644 (file)
index 0000000..7641435
--- /dev/null
@@ -0,0 +1,5 @@
+auth       include     system-local-login
+account    include     system-local-login
+password   include     system-local-login
+session    optional pam_lastlog.so 
+session    include     system-local-login