1450N/A# Copyright (c) 2010, Oracle
and/or its affiliates. All rights reserved.
1450N/A# Permission is hereby granted, free of charge, to any person obtaining a
1450N/A# copy of this software and associated documentation files (the "Software"),
1450N/A# to deal in the Software without restriction, including without limitation
1450N/A# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1450N/A#
and/or sell copies of the Software, and to permit persons to whom the
1450N/A# Software is furnished to do so, subject to the following conditions:
1450N/A# The above copyright notice and this permission notice (including the next
1450N/A# paragraph) shall be included in all copies or substantial portions of the
1450N/A# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1450N/A# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1450N/A# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1450N/A# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1450N/A# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1450N/A# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1450N/A# This ruleset is useful for "system" components-- ones which are expected
1450N/A# to appear primarily in the global zone, but which may have some small
1450N/A# pieces (man pages, header files) which may need to appear in all zones.
1450N/A# The current rules specify that all payload-bearing actions (file,
1450N/A# dir, hardlink, link) should appear *only* in the global zone, with
1450N/A# - man pages appear in all zones
1450N/A# - header files appear in all zones
1450N/A# - mdb(1) modules appear in all zones
1450N/A# You may well have other actions which you wish to appear in all zones.
1450N/A# An example would be an administrative utility for a driver which has
1450N/A# been virtualized to work within zones. For those actions you wish to
1450N/A# appear in all zones, add the following attribute to your action.
1450N/A# You DO NOT need to specify __NODEFAULT for man pages, headers, or
1450N/A# mdb modules, as those are covered by the automatic rules below.
1450N/A# appear in the post-processed manifest.
1450N/A# We have a problem to solve here: To make an action appear in all zones,
1450N/A# more complicated to use "default".
1450N/A# Here's what we do: we use "default" to set all payload bearing actions
1450N/A# in all zones, the packager must specify
1450N/A# which set __NODEFAULT for a few classes of well known things, like man
1450N/A# We then go through and clean up all of the __NODEFAULTed attributes by
1450N/A# Man pages should appear in all zones.
1450N/A# Headers should appear in all zones.
1450N/A# MDB modules should appear in all zones, as one might debug a crash dump
1450N/A# Everything else is global zone only unless the user overrides
1450N/A# action-by-action with __NODEFAULT.
1450N/A# Buff out the __NODEFAULT attributes.