From 34d004892fe00fd2009263b3682fd7a1f2c8edad Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 28 Jan 2023 11:49:28 -0500 Subject: private-etc: corss-distro test for curl, gimp, inkscape, firefox, warzone2100 --- src/include/etc_groups.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/include') 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 "locale.alias", "locale.conf", "localtime", + "login.defs", // firejail reading UID/GID MIN and MAX at startup "nsswitch.conf", "passwd", + "group", NULL }; @@ -77,6 +79,7 @@ static char *etc_group_gui[] = { "gtk-3.0", "kde4rc", "kde5rc", + "pango", // text rendering/internationalization NULL }; @@ -85,7 +88,6 @@ static char *etc_group_games[] = { "timidity", // MIDI "timidity.cfg", "openal", // 3D sound - "gcrypt", // GNU crypto library NULL }; -- cgit v1.2.3-54-g00ecf