# Do not install the setuid file in production images.
#
# Do not install the config snippet that defines a subsystem. We have
# our own definition in coreos-init.
if [[ $(cros_target) != "cros_host" ]] ; then
	openssh_mask="/usr/lib*/misc/ssh-keysign /etc/ssh/sshd_config.d/*gentoo-subsystem.conf"
	PKG_INSTALL_MASK+=" ${openssh_mask}"
	INSTALL_MASK+=" ${openssh_mask}"
	unset openssh_mask
fi
