File: config_unsupported.go

package info (click to toggle)
golang-github-containers-common 0.62.2%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,436 kB
  • sloc: makefile: 131; sh: 102
file content (7 lines) | stat: -rw-r--r-- 80 bytes parent folder | download
1
2
3
4
5
6
7
//go:build !linux

package config

func selinuxEnabled() bool {
	return false
}