diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-08-27 08:12:56 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-08-27 08:13:01 -0400 |
commit | db60a1e654d2212fcc36145cf5e4ba0dd74ce622 (patch) | |
tree | 4074f0a4e0aed23846e8fdf986028eb258474300 /Makefile | |
parent | 6f61ef87afe6695ca6cbd6e3b818ef619b6d54da (diff) | |
download | podman-db60a1e654d2212fcc36145cf5e4ba0dd74ce622.tar.gz podman-db60a1e654d2212fcc36145cf5e4ba0dd74ce622.tar.bz2 podman-db60a1e654d2212fcc36145cf5e4ba0dd74ce622.zip |
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 <dwalsh@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |