From de82aef79a151708fbee113ccc523dbde5fc1113 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Sat, 4 Feb 2023 17:19:44 +0000 Subject: etc_groups.h: internally sort groups alphabetically --- src/include/etc_groups.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/include') diff --git a/src/include/etc_groups.h b/src/include/etc_groups.h index fcb824778..556a73f7d 100644 --- a/src/include/etc_groups.h +++ b/src/include/etc_groups.h @@ -27,6 +27,7 @@ static char *etc_list[ETC_MAX + 1] = { // plus 1 for ending NULL pointer "alternatives", "fonts", + "group", "ld.so.cache", "ld.so.conf", "ld.so.conf.d", @@ -38,7 +39,6 @@ static char *etc_list[ETC_MAX + 1] = { // plus 1 for ending NULL pointer "login.defs", // firejail reading UID/GID MIN and MAX at startup "nsswitch.conf", "passwd", - "group", NULL }; @@ -55,8 +55,8 @@ static char *etc_group_sound[] = { static char*etc_group_network[] = { "hostname", "hosts", - "resolv.conf", "protocols", + "resolv.conf", NULL }; @@ -72,24 +72,24 @@ static char *etc_group_tls_ca[] = { // @x11 static char *etc_group_x11[] = { - "xdg", - "drirc", "dconf", + "drirc", "gtk-2.0", "gtk-3.0", "kde4rc", "kde5rc", - "pango", // text rendering/internationalization "nvidia", + "pango", // text rendering/internationalization "X11", + "xdg", NULL }; // @games static char *etc_group_games[] = { + "openal", // 3D sound "timidity", // MIDI "timidity.cfg", - "openal", // 3D sound NULL }; -- cgit v1.2.3-54-g00ecf