[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [sddm-kcm] src: Sync MAX_UID with upstream
From:       Antonio Rojas <null () kde ! org>
Date:       2018-08-28 9:15:08
Message-ID: E1fua5c-0006dU-QC () code ! kde ! org
[Download RAW message or body]

Git commit 1421359002d6022c2d183ccad830cb4147bc917c by Antonio Rojas.
Committed on 28/08/2018 at 09:13.
Pushed by arojas into branch 'master'.

Sync MAX_UID with upstream

Dynamic users are getting more widely used in latest versions of systemd, and some \
users are reporting them showing up in SDDM. These users get an UID in the \
61184–65519 range. Lower MAX_UID to 60000 to make sure they are not displayed in \
SDDM by default. This also brings this value in sync with the default upstream \
MaximumUID

Differential Revision: https://phabricator.kde.org/D13911

M  +1    -1    src/advanceconfig.cpp

https://commits.kde.org/sddm-kcm/1421359002d6022c2d183ccad830cb4147bc917c

diff --git a/src/advanceconfig.cpp b/src/advanceconfig.cpp
index 5bb195c..534f813 100644
--- a/src/advanceconfig.cpp
+++ b/src/advanceconfig.cpp
@@ -31,7 +31,7 @@
 #include "cursortheme/cursortheme.h"
 
 const int MIN_UID = 1000;
-const int MAX_UID = 65000;
+const int MAX_UID = 60000;
 
 AdvanceConfig::AdvanceConfig(const KSharedConfigPtr &config, QWidget *parent) :
     QWidget(parent),


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic