Merge branch 'selinux' of https://github.com/rhatdan/docker into rhatdan-selinux
Conflicts: pkg/selinux/selinux.go runtime/execdriver/lxc/lxc_template.go Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael)
This commit is contained in:
commit
bdea26ea08
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ func GetLxcContexts() (processLabel string, fileLabel string) {
|
||||||
if !SelinuxEnabled() {
|
if !SelinuxEnabled() {
|
||||||
return "", ""
|
return "", ""
|
||||||
}
|
}
|
||||||
lxcPath := fmt.Sprintf("%s/content/lxc_contexts", GetSELinuxPolicyRoot())
|
lxcPath := fmt.Sprintf("%s/contexts/lxc_contexts", GetSELinuxPolicyRoot())
|
||||||
in, err := os.Open(lxcPath)
|
in, err := os.Open(lxcPath)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", ""
|
return "", ""
|
||||||
|
|
Loading…
Reference in a new issue