From 2531759b80fbfcfbe296bd4bab329c61b7757c92 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Fri, 24 Feb 2023 20:37:35 -0500 Subject: more private-etc --- src/include/etc_groups.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'src/include') 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 @@ static char *etc_list[ETC_MAX + 1] = { // plus 1 for ending NULL pointer "alternatives", "fonts", + "gcrypt", // GNU crypto library - it contains configuration for specialized encryption + // and random number generators hardware. + // The directory is not installed in Debian. On Fedora it is an empty directory. + // The defaults in glibc cover the regular PC. "group", "ld.so.cache", "ld.so.conf", @@ -49,7 +53,6 @@ static char *etc_group_games[] = { "openal", // 3D sound "timidity", // MIDI "timidity.cfg", - "vulkan", // next generation OpenGL stack NULL }; @@ -75,8 +78,6 @@ static char *etc_group_sound[] = { static char *etc_group_tls_ca[] = { "ca-certificates", "crypto-policies", - "gcrypt", // GNU crypto library - contains hardware config for various encryption schemes - // and random number generators. The file is not installed by Debian. "pki", "ssl", NULL @@ -95,6 +96,7 @@ static char *etc_group_x11[] = { "nvidia", // 3D "pango", // text rendering/internationalization "Trolltech.conf", // old QT config file + "vulkan", // next generation OpenGL stack "X11", "xdg", NULL -- cgit v1.2.3-54-g00ecf