Skip to content

Commit c8614b3

Browse files
committed
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 a8a8e33 ("Add whitelisting to mutt; improve geary, new profile for neomutt", 2020-12-28) / PR netblue30#3849. Relates to netblue30#6400.
1 parent b554b17 commit c8614b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

etc/profile-m-z/mutt.profile

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ tracelog
127127
#disable-mnt
128128
private-cache
129129
private-dev
130-
private-etc @tls-ca,@x11,Mutt,Muttrc,Muttrc.d,gai.conf,gnupg,gnutls,hosts.conf,mail,mailname,msmtprc,nntpserver,terminfo
130+
private-etc @tls-ca,@x11,Mutt,Muttrc,Muttrc.d,gai.conf,gnupg,hosts.conf,mail,mailname,msmtprc,nntpserver,terminfo
131131
private-tmp
132132
writable-run-user
133133
writable-var

src/include/etc_groups.h

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ static char *etc_group_sound[] = {
7979
static char *etc_group_tls_ca[] = {
8080
"ca-certificates",
8181
"crypto-policies",
82+
"gnutls",
8283
"pki",
8384
"ssl",
8485
NULL

0 commit comments

Comments
 (0)