diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-05-22 04:29:34 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-05-22 17:59:50 +0200 |
commit | bd5ac56451a9ba0b185bc3009965d79aad7dbed0 (patch) | |
tree | e51480c3397221d254d7c40c18abfd6055049fdb /source | |
parent | 5e10042d4b20af1273e6bb0df3b5179987976460 (diff) | |
download | current-bd5ac56451a9ba0b185bc3009965d79aad7dbed0.tar.gz current-bd5ac56451a9ba0b185bc3009965d79aad7dbed0.tar.xz |
Fri May 22 04:29:34 UTC 202020200522042934
d/Cython-0.29.19-x86_64-1.txz: Upgraded.
kde/kde-workspace-4.11.22-x86_64-9.txz: Rebuilt.
kde-np: by default, do not restrict passwordless login for UIDs below 1000,
but keep the option to do so in the file commented out.
l/ffmpeg-4.2.3-x86_64-1.txz: Upgraded.
l/iso-codes-4.5.0-noarch-1.txz: Upgraded.
l/v4l-utils-1.20.0-x86_64-1.txz: Upgraded.
extra/pure-alsa-system/ffmpeg-4.2.3-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'source')
-rw-r--r-- | source/kde/build/kde-workspace | 2 | ||||
-rw-r--r-- | source/kde/post-install/kde-workspace/config/kde-np.pamd | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/source/kde/build/kde-workspace b/source/kde/build/kde-workspace index 45a4fb75d..ec635144f 100644 --- a/source/kde/build/kde-workspace +++ b/source/kde/build/kde-workspace @@ -1 +1 @@ -8 +9 diff --git a/source/kde/post-install/kde-workspace/config/kde-np.pamd b/source/kde/post-install/kde-workspace/config/kde-np.pamd index 013528248..198af45fb 100644 --- a/source/kde/post-install/kde-workspace/config/kde-np.pamd +++ b/source/kde/post-install/kde-workspace/config/kde-np.pamd @@ -2,7 +2,9 @@ auth requisite pam_nologin.so auth required pam_env.so -auth required pam_succeed_if.so uid >= 1000 quiet +# Uncomment this line to restrict autologin to users with a UID greater +# than 999 (in other words, don't allow autologin for root): +#auth required pam_succeed_if.so uid >= 1000 quiet auth required pam_permit.so account include system-auth |