fn check_selinux_policy_compatible(
sysroot: &SysrootLock,
booted_deployment: &Deployment,
target_deployment: &Deployment,
) -> Result<bool>Expand description
Check if SELinux policies are compatible between booted and target deployments. Returns false if SELinux is enabled and the policies differ or have mismatched presence.