From d2e929a907914e233d001d1dd5e3143e84fa69e0 Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Wed, 9 Dec 2020 21:46:30 -0500 Subject: nsswitch: handle missing actions properly Some internal functions need to know if a database has a nonzero list of actions; success getting the database does not guarantee that. Add checks for such as needed. Skip the ":" in each nsswitch.conf line so as not to add a dummy action libnss_:.so See also https://bugzilla.redhat.com/show_bug.cgi?id=1906066 Reviewed-by: Siddhesh Poyarekar --- grp/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'grp/Makefile') diff --git a/grp/Makefile b/grp/Makefile index 9d1dae91db..20683f649d 100644 --- a/grp/Makefile +++ b/grp/Makefile @@ -31,6 +31,10 @@ routines := fgetgrent initgroups setgroups \ tests := testgrp tst-putgrent +tests-container = \ + tst-initgroups1 \ + tst-initgroups2 + ifeq (yes,$(build-shared)) test-srcs := tst_fgetgrent ifeq ($(run-built-tests),yes) -- cgit 1.4.1