podman/hack/selinux_tag.sh

5 lines
82 B
Bash
Executable File

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