# 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 [[ $(flatcar_target) != 'sdk' ]] ; 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

cros_post_src_install_vendorize_pam() {
    vendorize_pam_files
}
