aboutsummaryrefslogtreecommitdiff
path: root/hack/selinux_tag.sh
blob: 993630ad6214f2506001716bfa1cc8f341afc291 (plain)
1
2
3
4
#!/usr/bin/env bash
if pkg-config libselinux 2> /dev/null ; then
	echo selinux
fi