aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-02-14 09:17:00 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-02-14 09:17:00 -0500
commitdf6ea884f1d6d971f160cad98ede4047478e8f4e (patch)
tree24dbf91cebf0c8637e964171550271395580aacb /src/include
parentMerge pull request #5653 from slowpeek/master (diff)
downloadfirejail-df6ea884f1d6d971f160cad98ede4047478e8f4e.tar.gz
firejail-df6ea884f1d6d971f160cad98ede4047478e8f4e.tar.zst
firejail-df6ea884f1d6d971f160cad98ede4047478e8f4e.zip
merges, disable sort.py in profile checks temporarely, two more private-etc profiles
Diffstat (limited to 'src/include')
-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