nixos/sssd: remove --uid and --gid options for sssd-kcm
The --uid and --gid command line options were removed from sssd-kcm in 2.10.0: https://sssd.io/release-notes/sssd-2.10.0.html https://github.com/SSSD/sssd/commit/dd7aaaf2fb41f283b20c3a1a86990367f6141360 Fixes #470330.
This commit is contained in:
@@ -209,7 +209,7 @@ in
|
||||
requires = [ "sssd-kcm.socket" ];
|
||||
serviceConfig = {
|
||||
ExecStartPre = "-${pkgs.sssd}/bin/sssd --genconf-section=kcm";
|
||||
ExecStart = "${pkgs.sssd}/libexec/sssd/sssd_kcm --uid 0 --gid 0";
|
||||
ExecStart = "${pkgs.sssd}/libexec/sssd/sssd_kcm";
|
||||
CapabilityBoundingSet = [
|
||||
"CAP_IPC_LOCK"
|
||||
"CAP_CHOWN"
|
||||
|
||||
Reference in New Issue
Block a user