DEBSOURCES
Skip Quicknav
sources / golang-github-containers-common / 0.56.0%2Bds1-4 / pkg / config / config_unsupported.go
12345678
//go:build !linux // +build !linux package config func selinuxEnabled() bool { return false }