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:
6
selinux/selinux_linux_arm.go
Normal file
6
selinux/selinux_linux_arm.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package selinux
|
||||
|
||||
// InitializeSelinux is a stub for SELinux support on ARM
|
||||
func InitializeSelinux() (int, error) {
|
||||
return 0, nil
|
||||
}
|
Reference in New Issue
Block a user