This website requires JavaScript.
Explore
Help
Sign In
root
/
buildah
mirror of
https://github.com/containers/buildah.git
Watch
1
Star
0
Fork
You've already forked buildah
0
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
release-1.23
buildah
/
selinux_tag.sh
5 lines
82 B
Bash
Executable File
Raw
Permalink
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