Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var POLICY_FILES = []string{"virt_launcher"}
Functions ¶
This section is empty.
Types ¶
type SELinux ¶
type SELinux interface {
InstallPolicy(dir string) (err error)
Mode() string
}
func NewSELinux ¶
func NewSELinux() (SELinux, bool, error)
type SELinuxImpl ¶
type SELinuxImpl struct {
Paths []string
// contains filtered or unexported fields
}
func (*SELinuxImpl) InstallPolicy ¶ added in v0.21.0
func (se *SELinuxImpl) InstallPolicy(dir string) (err error)
Click to show internal directories.
Click to hide internal directories.