mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
private-etc: add gnutls dir to @network group
This is currently only present in `private-etc` in mutt.profile, though
it may also be used by other programs that use GNU TLS.
This was added to mutt.profile on commit a8a8e33bc ("Add whitelisting to
mutt; improve geary, new profile for neomutt", 2020-12-28) / PR #3849.
Relates to #6400.
This commit is contained in:
parent
b554b17386
commit
c8614b329a
2 changed files with 2 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ tracelog
|
|||
#disable-mnt
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc @tls-ca,@x11,Mutt,Muttrc,Muttrc.d,gai.conf,gnupg,gnutls,hosts.conf,mail,mailname,msmtprc,nntpserver,terminfo
|
||||
private-etc @tls-ca,@x11,Mutt,Muttrc,Muttrc.d,gai.conf,gnupg,hosts.conf,mail,mailname,msmtprc,nntpserver,terminfo
|
||||
private-tmp
|
||||
writable-run-user
|
||||
writable-var
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ static char *etc_group_sound[] = {
|
|||
static char *etc_group_tls_ca[] = {
|
||||
"ca-certificates",
|
||||
"crypto-policies",
|
||||
"gnutls",
|
||||
"pki",
|
||||
"ssl",
|
||||
NULL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue