cri-o/hack/selinux_tag.sh

5 lines
74 B
Bash
Executable File

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