cri-o/hack/selinux_tag.sh
Daniel J Walsh 6835afaa54 Change buildtags based on installed environment.
Determine if selinux is available before building cri-o with support.
Don't add ostree support to crio or any tools other then kpod.
cri-o does not use ostree.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2017-10-19 17:34:24 +00:00

4 lines
74 B
Bash
Executable file

#!/bin/bash
if pkg-config libselinux 2> /dev/null ; then
echo selinux
fi