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