aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-02-08 18:05:19 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-02-08 18:05:19 -0500
commitda724429e056106306440d076c186459339750a8 (patch)
treeb9c333b74d12639ebd9e6576ed55851e6965e17a /src
parentprivate-etc: libreoffice, audacity, forzen-bubble, transmission, md5sum/sha51... (diff)
downloadfirejail-da724429e056106306440d076c186459339750a8.tar.gz
firejail-da724429e056106306440d076c186459339750a8.tar.zst
firejail-da724429e056106306440d076c186459339750a8.zip
private-etc: moving gcrypt from tls-ca to x11 group
Diffstat (limited to 'src')
-rw-r--r--src/include/etc_groups.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/etc_groups.h b/src/include/etc_groups.h
index 613a0488f..937355cea 100644
--- a/src/include/etc_groups.h
+++ b/src/include/etc_groups.h
@@ -75,7 +75,6 @@ static char *etc_group_sound[] = {
75static char *etc_group_tls_ca[] = { 75static char *etc_group_tls_ca[] = {
76 "ca-certificates", 76 "ca-certificates",
77 "crypto-policies", 77 "crypto-policies",
78 "gcrypt",
79 "pki", 78 "pki",
80 "ssl", 79 "ssl",
81 NULL 80 NULL
@@ -86,6 +85,7 @@ static char *etc_group_x11[] = {
86 "ati", // 3D 85 "ati", // 3D
87 "dconf", 86 "dconf",
88 "drirc", 87 "drirc",
88 "gcrypt", // GNU crypto library (GPG)
89 "gtk-2.0", 89 "gtk-2.0",
90 "gtk-3.0", 90 "gtk-3.0",
91 "kde4rc", 91 "kde4rc",