Skip to content

Commit

Permalink
private-etc: add gnutls dir to @network group
Browse files Browse the repository at this point in the history
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 a8a8e33 ("Add whitelisting to
mutt; improve geary, new profile for neomutt", 2020-12-28) / PR #3849.

Relates to #6400.
  • Loading branch information
kmk3 committed Nov 29, 2024
1 parent b554b17 commit c8614b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion etc/profile-m-z/mutt.profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/include/etc_groups.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ static char *etc_group_sound[] = {
static char *etc_group_tls_ca[] = {
"ca-certificates",
"crypto-policies",
"gnutls",
"pki",
"ssl",
NULL
Expand Down

0 comments on commit c8614b3

Please sign in to comment.