mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
7 lines
132 B
Go
7 lines
132 B
Go
![]() |
package selinux
|
||
|
|
||
|
// InitializeSelinux is a stub for SELinux support on ARM
|
||
|
func InitializeSelinux() (int, error) {
|
||
|
return 0, nil
|
||
|
}
|