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