mirror of
https://github.com/rancher/os.git
synced 2025-07-04 18:46:15 +00:00
7 lines
134 B
Go
7 lines
134 B
Go
package selinux
|
|
|
|
// InitializeSelinux is a stub for SELinux support on ARM64
|
|
func InitializeSelinux() (int, error) {
|
|
return 0, nil
|
|
}
|