aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-28 11:49:28 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-28 11:49:28 -0500
commit34d004892fe00fd2009263b3682fd7a1f2c8edad (patch)
tree3eb5076a2e9bc6045436a3c84f0b54ec413d8970 /src/include
parentUpdate SECURITY.md (diff)
downloadfirejail-34d004892fe00fd2009263b3682fd7a1f2c8edad.tar.gz
firejail-34d004892fe00fd2009263b3682fd7a1f2c8edad.tar.zst
firejail-34d004892fe00fd2009263b3682fd7a1f2c8edad.zip
private-etc: corss-distro test for curl, gimp, inkscape, firefox, warzone2100
Diffstat (limited to 'src/include')
-rw-r--r--src/include/etc_groups.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/etc_groups.h b/src/include/etc_groups.h
index 066c97570..421837fbb 100644
--- a/src/include/etc_groups.h
+++ b/src/include/etc_groups.h
@@ -35,8 +35,10 @@ static char *etc_list[ETC_MAX + 1] = { // plus 1 for ending NULL pointer
35 "locale.alias", 35 "locale.alias",
36 "locale.conf", 36 "locale.conf",
37 "localtime", 37 "localtime",
38 "login.defs", // firejail reading UID/GID MIN and MAX at startup
38 "nsswitch.conf", 39 "nsswitch.conf",
39 "passwd", 40 "passwd",
41 "group",
40 NULL 42 NULL
41}; 43};
42 44
@@ -77,6 +79,7 @@ static char *etc_group_gui[] = {
77 "gtk-3.0", 79 "gtk-3.0",
78 "kde4rc", 80 "kde4rc",
79 "kde5rc", 81 "kde5rc",
82 "pango", // text rendering/internationalization
80 NULL 83 NULL
81}; 84};
82 85
@@ -85,7 +88,6 @@ static char *etc_group_games[] = {
85 "timidity", // MIDI 88 "timidity", // MIDI
86 "timidity.cfg", 89 "timidity.cfg",
87 "openal", // 3D sound 90 "openal", // 3D sound
88 "gcrypt", // GNU crypto library
89 NULL 91 NULL
90}; 92};
91 93