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