mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
aria2c: fix private-etc
There is no `/etc/groups` AFAIK. Existing typo prior to private-etc rework likely caused this.
This commit is contained in:
parent
5d0822c52c
commit
001f54102c
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ private-bin aria2c,gzip
|
|||
# Add 'private-cache' to your aria2c.local if you don't use Lutris/winetricks (see issue #2772).
|
||||
#private-cache
|
||||
private-dev
|
||||
private-etc @tls-ca,groups
|
||||
private-etc @tls-ca
|
||||
private-lib libreadline.so.*
|
||||
private-tmp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue