aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/etc_groups.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/etc_groups.h')
-rw-r--r--src/include/etc_groups.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/etc_groups.h b/src/include/etc_groups.h
index d1182a33d..dca767934 100644
--- a/src/include/etc_groups.h
+++ b/src/include/etc_groups.h
@@ -75,7 +75,8 @@ 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", // GNU crypto library (GPG) 78 "gcrypt", // GNU crypto library - contains hardware config for various encryption schemes
79 // and random number generators. The file is not installed by Debian.
79 "pki", 80 "pki",
80 "ssl", 81 "ssl",
81 NULL 82 NULL