3946N/A# The contents of this file are subject to the terms of the 3946N/A# Common Development and Distribution License (the "License"). 3946N/A# You may not use this file except in compliance with the License. 3946N/A# See the License for the specific language governing permissions 3946N/A# and limitations under the License. 3946N/A# When distributing Covered Code, include this CDDL HEADER in each 3946N/A# If applicable, add the following below this CDDL HEADER, with the 3946N/A# fields enclosed by brackets "[]" replaced with your own identifying 3946N/A# information: Portions Copyright [yyyy] [name of copyright owner] 5322N/A# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved. 3946N/A# Version for IPS. The encoding rules are: 3946N/A# OpenSSH <x>.<y>p<n> => IPS <x>.<y>.0.<n> 3946N/A# OpenSSH <x>.<y>.<z>p<n> => IPS <x>.<y>.<z>.<n> 3946N/A# Enable ASLR for this component 3946N/A# We need to disable lazyloading of dynamic dependent libraries. During the 3946N/A# pre-authentication phase, sshd will chroot to /var/empty which doesn't 3946N/A# contain any files. If we use lazyloading, sshd will fail to find any 6074N/A# Enable nxheap and nxstack security extensions 6074N/A# Copy Solaris specific source files and generate configuration script 3946N/A# Because of certain set up requirement, the regress test suite is ported to