This website requires JavaScript.
Explore
Help
Register
Sign In
containers
/
podman
mirror of
https://github.com/containers/podman.git
Watch
1
Star
0
Fork
You've already forked podman
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b58e7e7f11
podman
/
hack
/
selinux_tag.sh
5 lines
82 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
if
pkg-config libselinux 2> /dev/null
;
then
echo
selinux
fi
Reference in New Issue
View Git Blame
Copy Permalink