Security hardening (#426)

- Switch gid and supplementary groups to user's when reading user's
  config
- Only show users between UID_MIN and UID_MAX in /etc/login.defs
- Open accountsservice icons with O_NOFOLLOW to explicitly disallow
  symlinks
This commit is contained in:
Jeremy Soller 2026-03-13 08:35:18 -06:00 committed by GitHub
parent 239fb4f22f
commit 63cd93bddd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 91 additions and 65 deletions

View file

@ -23,6 +23,7 @@ serde.workspace = true
zbus.workspace = true
cosmic-randr-shell.workspace = true
kdl.workspace = true
whitespace-conf = "1"
#TODO: reduce features
tokio = { workspace = true, features = ["full"] }