mirror of
https://github.com/containers/podman.git
synced 2025-12-03 11:49:18 +08:00
8 lines
139 B
Go
8 lines
139 B
Go
package config
|
|
|
|
import selinux "github.com/opencontainers/selinux/go-selinux"
|
|
|
|
func selinuxEnabled() bool {
|
|
return selinux.GetEnabled()
|
|
}
|