1
0
mirror of https://github.com/rancher/os.git synced 2025-09-02 07:15:41 +00:00

Repair build for arm

and make sure CI breaks if arm is broken
This commit is contained in:
Ivan Mikushin
2016-02-25 11:17:21 -08:00
parent a60d9059d4
commit ac1b6a6797
5 changed files with 11 additions and 5 deletions

View File

@@ -0,0 +1,6 @@
package selinux
// InitializeSelinux is a stub for SELinux support on ARM
func InitializeSelinux() (int, error) {
return 0, nil
}