From db60a1e654d2212fcc36145cf5e4ba0dd74ce622 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 27 Aug 2021 08:12:56 -0400 Subject: Add support for libsubid This will enable remote access to /etc/subuid and /etc/subgid information from ldap services, if shadow-utils ships with a libsubid. [NO TESTS NEEDED] Since we have no way to test this. Signed-off-by: Daniel J Walsh --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93c7fdf95..f9efafdba 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ BUILDTAGS ?= \ $(shell hack/btrfs_tag.sh) \ $(shell hack/selinux_tag.sh) \ $(shell hack/systemd_tag.sh) \ + $(shell hack/libsubid_tag.sh) \ exclude_graphdriver_devicemapper \ seccomp PYTHON ?= $(shell command -v python3 python|head -n1) -- cgit v1.2.3-54-g00ecf