aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-02-05 20:48:48 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-02-05 20:48:48 -0500
commit0f996ea4de584dc061faf21853d61a600da1a1d8 (patch)
tree8eeacae358f31bc4230acdc231e767dcf0c0c96b /src/include
parentprivate-etc: big profile changes (diff)
downloadfirejail-0f996ea4de584dc061faf21853d61a600da1a1d8.tar.gz
firejail-0f996ea4de584dc061faf21853d61a600da1a1d8.tar.zst
firejail-0f996ea4de584dc061faf21853d61a600da1a1d8.zip
private-etc: groups modified
Diffstat (limited to 'src/include')
-rw-r--r--src/include/etc_groups.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/etc_groups.h b/src/include/etc_groups.h
index e3f8bcc7e..fffc5f9b9 100644
--- a/src/include/etc_groups.h
+++ b/src/include/etc_groups.h
@@ -39,6 +39,7 @@ static char *etc_list[ETC_MAX + 1] = { // plus 1 for ending NULL pointer
39 "login.defs", // firejail reading UID/GID MIN and MAX at startup 39 "login.defs", // firejail reading UID/GID MIN and MAX at startup
40 "nsswitch.conf", 40 "nsswitch.conf",
41 "passwd", 41 "passwd",
42 "selinux",
42 NULL 43 NULL
43}; 44};
44 45
@@ -89,6 +90,7 @@ static char *etc_group_x11[] = {
89 "kde5rc", 90 "kde5rc",
90 "nvidia", // 3D 91 "nvidia", // 3D
91 "pango", // text rendering/internationalization 92 "pango", // text rendering/internationalization
93 "Trolltech.conf", // old QT config file
92 "X11", 94 "X11",
93 "xdg", 95 "xdg",
94 NULL 96 NULL