mirror of
https://github.com/containers/podman.git
synced 2025-05-28 21:46:51 +08:00
5 lines
74 B
Bash
Executable File
5 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
if pkg-config libselinux 2> /dev/null ; then
|
|
echo selinux
|
|
fi
|