golang.mog revision 5329
5329N/A#
5329N/A# CDDL HEADER START
5329N/A#
5329N/A# The contents of this file are subject to the terms of the
5329N/A# Common Development and Distribution License (the "License").
5329N/A# You may not use this file except in compliance with the License.
5329N/A#
5329N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5329N/A# or http://www.opensolaris.org/os/licensing.
5329N/A# See the License for the specific language governing permissions
5329N/A# and limitations under the License.
5329N/A#
5329N/A# When distributing Covered Code, include this CDDL HEADER in each
5329N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5329N/A# If applicable, add the following below this CDDL HEADER, with the
5329N/A# fields enclosed by brackets "[]" replaced with your own identifying
5329N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5329N/A#
5329N/A# CDDL HEADER END
5329N/A#
5329N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
5329N/A#
5329N/A
5329N/A<transform file path=usr.*/man/.+ -> \
5329N/A default mangler.man.stability "pass-through volatile">
5329N/A
5329N/A# Avoid bogus dependencies from testdata.
5329N/A<transform file path=usr/.*/debug/.*/testdata/.*$ -> \
5329N/A add pkg.depend.bypass-generate .* >
5329N/A
5329N/A# Go has 64-bit test data objects in a 32-bit path.
5329N/A<transform file \
5329N/A path=usr/lib/golang/.*/src/debug/.*/testdata/.*$ -> \
5329N/A default pkg.linted.userland.action001.2 true>
5329N/A
5329N/A# ASLR doesn't apply to objects for other platforms.
5329N/A<transform file \
5329N/A path=usr/lib/golang/.*/src/runtime/race/race_(freebsd|linux)_$(MACH64)\.syso$ -> \
5329N/A default pkg.linted.userland.action001.2 true>
5329N/A
5329N/A# Go has test data not tagged for ASLR.
5329N/A<transform file \
5329N/A path=usr/lib/golang/.*/src/debug/.*/testdata/.*$ -> \
5329N/A default pkg.linted.userland.action001.5 true>
5329N/A
5329N/A# The Go linker does not currently support ASLR.
5329N/A<transform file \
5329N/A path=usr/lib/golang/.*/pkg/tool/solaris_$(MACH64)/.*$ -> \
5329N/A default pkg.linted.userland.action001.5 true>
5329N/A<transform file \
5329N/A path=usr/lib/golang/.*/pkg/bootstrap/bin/.*$ -> \
5329N/A default pkg.linted.userland.action001.5 true>
5329N/A<transform file \
5329N/A path=usr/lib/golang/.*/bin/.*$ -> \
5329N/A default pkg.linted.userland.action001.5 true>
5329N/A<transform file \
5329N/A path=usr/lib/gocode/.*/bin/.*$ -> \
5329N/A default pkg.linted.userland.action001.5 true>