func attrPath(string) string { … } func readCon(fpath string) (string, error) { … } func writeCon(string, string) error { … } func setDisabled() { … } func getEnabled() bool { … } func classIndex(class string) (int, error) { … } func setFileLabel(fpath string, label string) error { … } func lSetFileLabel(fpath string, label string) error { … } func fileLabel(fpath string) (string, error) { … } func lFileLabel(fpath string) (string, error) { … } func setFSCreateLabel(label string) error { … } func fsCreateLabel() (string, error) { … } func currentLabel() (string, error) { … } func pidLabel(pid int) (string, error) { … } func execLabel() (string, error) { … } func canonicalizeContext(val string) (string, error) { … } func computeCreateContext(source string, target string, class string) (string, error) { … } func calculateGlbLub(sourceRange, targetRange string) (string, error) { … } func peerLabel(fd uintptr) (string, error) { … } func setKeyLabel(label string) error { … } func (c Context) get() string { … } func newContext(label string) (Context, error) { … } func clearLabels() { … } func reserveLabel(label string) { … } func isMLSEnabled() bool { … } func enforceMode() int { … } func setEnforceMode(mode int) error { … } func defaultEnforceMode() int { … } func releaseLabel(label string) { … } func roFileLabel() string { … } func kvmContainerLabels() (string, string) { … } func initContainerLabels() (string, string) { … } func containerLabels() (processLabel string, fileLabel string) { … } func securityCheckContext(val string) error { … } func copyLevel(src, dest string) (string, error) { … } func chcon(fpath string, label string, recurse bool) error { … } func dupSecOpt(src string) ([]string, error) { … } func getDefaultContextWithLevel(user, level, scon string) (string, error) { … } func label(_ string) string { … }