aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-02-24 20:37:35 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-02-24 20:37:35 -0500
commit2531759b80fbfcfbe296bd4bab329c61b7757c92 (patch)
treecc428443a3dbf5578882100ac45a9f6239fb430d /src
parentNew profiles: qpdf and redirects (#5675) (diff)
downloadfirejail-2531759b80fbfcfbe296bd4bab329c61b7757c92.tar.gz
firejail-2531759b80fbfcfbe296bd4bab329c61b7757c92.tar.zst
firejail-2531759b80fbfcfbe296bd4bab329c61b7757c92.zip
more private-etc
Diffstat (limited to 'src')
-rw-r--r--src/include/etc_groups.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/include/etc_groups.h b/src/include/etc_groups.h
index 0ed5d4e32..9e24256c0 100644
--- a/src/include/etc_groups.h
+++ b/src/include/etc_groups.h
@@ -28,6 +28,10 @@
28static char *etc_list[ETC_MAX + 1] = { // plus 1 for ending NULL pointer 28static char *etc_list[ETC_MAX + 1] = { // plus 1 for ending NULL pointer
29 "alternatives", 29 "alternatives",
30 "fonts", 30 "fonts",
31 "gcrypt", // GNU crypto library - it contains configuration for specialized encryption
32 // and random number generators hardware.
33 // The directory is not installed in Debian. On Fedora it is an empty directory.
34 // The defaults in glibc cover the regular PC.
31 "group", 35 "group",
32 "ld.so.cache", 36 "ld.so.cache",
33 "ld.so.conf", 37 "ld.so.conf",
@@ -49,7 +53,6 @@ static char *etc_group_games[] = {
49 "openal", // 3D sound 53 "openal", // 3D sound
50 "timidity", // MIDI 54 "timidity", // MIDI
51 "timidity.cfg", 55 "timidity.cfg",
52 "vulkan", // next generation OpenGL stack
53 NULL 56 NULL
54}; 57};
55 58
@@ -75,8 +78,6 @@ static char *etc_group_sound[] = {
75static char *etc_group_tls_ca[] = { 78static char *etc_group_tls_ca[] = {
76 "ca-certificates", 79 "ca-certificates",
77 "crypto-policies", 80 "crypto-policies",
78 "gcrypt", // GNU crypto library - contains hardware config for various encryption schemes
79 // and random number generators. The file is not installed by Debian.
80 "pki", 81 "pki",
81 "ssl", 82 "ssl",
82 NULL 83 NULL
@@ -95,6 +96,7 @@ static char *etc_group_x11[] = {
95 "nvidia", // 3D 96 "nvidia", // 3D
96 "pango", // text rendering/internationalization 97 "pango", // text rendering/internationalization
97 "Trolltech.conf", // old QT config file 98 "Trolltech.conf", // old QT config file
99 "vulkan", // next generation OpenGL stack
98 "X11", 100 "X11",
99 "xdg", 101 "xdg",
100 NULL 102 NULL