update keyd more
This commit is contained in:
parent
3746f49c24
commit
d416563f3a
1 changed files with 5 additions and 0 deletions
|
|
@ -169,6 +169,11 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
# `keyd` drops privileges via `setgid(2)`, but the upstream unit
|
||||
# uses `RestrictSUIDSGID=yes`, which blocks that and causes:
|
||||
# "setgid: Operation not permitted".
|
||||
systemd.services.keyd.serviceConfig.RestrictSUIDSGID = mkIf (!cfg.disableKeyd) false;
|
||||
|
||||
# Home Manager modules (plasma-manager + our HM layer)
|
||||
home-manager.sharedModules = [
|
||||
plasma-manager.homeModules.plasma-manager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue