Versions in this module Expand all Collapse all v0 v0.1.0 Feb 3, 2016 Changes in this version + const Disabled — linux/amd64 + const Enforcing — linux/amd64 + const Permissive — linux/amd64 + func Chcon(fpath string, scon string, recurse bool) error — linux/amd64 + func CopyLevel(src, dest string) (string, error) — linux/amd64 + func DisableSecOpt() []string — linux/amd64 + func DupSecOpt(src string) []string — linux/amd64 + func FreeLxcContexts(scon string) — linux/amd64 + func GetLxcContexts() (processLabel string, fileLabel string) — linux/amd64 + func Getcon() (string, error) — linux/amd64 + func Getexeccon() (string, error) — linux/amd64 + func Getfilecon(path string) (string, error) — linux/amd64 + func Getfscreatecon() (string, error) — linux/amd64 + func Getpidcon(pid int) (string, error) — linux/amd64 + func IntToMcs(id int, catRange uint32) string — linux/amd64 + func ReserveLabel(scon string) — linux/amd64 + func SecurityCheckContext(val string) error — linux/amd64 + func SelinuxEnabled() bool — linux/amd64 + func SelinuxGetEnforce() int — linux/amd64 + func SelinuxGetEnforceMode() int — linux/amd64 + func SetDisabled() — linux/amd64 + func Setexeccon(scon string) error — linux/amd64 + func Setfilecon(path string, scon string) error — linux/amd64 + func Setfscreatecon(scon string) error — linux/amd64 + type SELinuxContext map[string]string — linux/amd64 + func NewContext(scon string) SELinuxContext + func (c SELinuxContext) Get() string