mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
Add a keys group with read access to /run/keys
This allows processes running as unprivileged users access to keys they might need
This commit is contained in:
parent
8f64e74414
commit
4ab5646417
3 changed files with 5 additions and 1 deletions
|
@ -201,6 +201,7 @@
|
|||
openldap = 93;
|
||||
connman = 94;
|
||||
munin = 95;
|
||||
keys = 96;
|
||||
|
||||
# When adding a gid, make sure it doesn't match an existing uid.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue