mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
nix: add /etc/group to systemd sandbox
allows specifying groups by name in the unix socket
This commit is contained in:
parent
cbdbaf1938
commit
7c9c962b79
1 changed files with 1 additions and 0 deletions
|
@ -279,6 +279,7 @@ in {
|
||||||
"/nix/store"
|
"/nix/store"
|
||||||
"-/etc/resolv.conf"
|
"-/etc/resolv.conf"
|
||||||
"-/etc/nsswitch.conf"
|
"-/etc/nsswitch.conf"
|
||||||
|
"-/etc/group"
|
||||||
"-/etc/hosts"
|
"-/etc/hosts"
|
||||||
"-/etc/localtime"
|
"-/etc/localtime"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue