1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21
22#
23# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
24#
25
26#
27# The default for payload-bearing actions in this package is to appear in the
28# global zone only.  See the include file for greater detail, as well as
29# information about overriding the defaults.
30#
31<include global_zone_only_component>
32set name=pkg.fmri value=pkg:/system/trusted/global-zone@$(PKGVERS)
33set name=pkg.summary value="Trusted Extensions global"
34set name=pkg.description \
35    value="Solaris Trusted Extensions, globalzone-only files"
36set name=info.classification value=org.opensolaris.category.2008:System/Trusted
37set name=variant.arch value=$(ARCH)
38dir  path=etc group=sys
39dir  path=etc/security group=sys
40dir  path=etc/security/audio group=sys
41dir  path=etc/security/lib group=sys
42link path=etc/security/lib/audio_clean.windowing target=./audio_clean
43file path=etc/security/lib/disk_clean group=sys mode=0555
44link path=etc/security/lib/disk_clean.windowing target=./disk_clean
45link path=etc/security/lib/st_clean.windowing target=./st_clean
46file path=etc/security/lib/wdwmsg group=sys mode=0555
47file path=etc/security/lib/wdwwrapper group=sys mode=0555
48dir  path=etc/security/tsol group=sys
49file path=etc/security/tsol/devalloc_defaults group=sys \
50    original_name=SUNWtsg:etc/security/tsol/devalloc_defaults preserve=true
51file path=etc/security/tsol/label_encodings group=sys mode=0400 \
52    original_name=SUNWtsg:etc/security/tsol/label_encodings preserve=renamenew
53file path=etc/security/tsol/label_encodings.example group=sys mode=0444
54file path=etc/security/tsol/label_encodings.gfi.multi group=sys mode=0444
55file path=etc/security/tsol/label_encodings.gfi.single group=sys mode=0444
56file path=etc/security/tsol/label_encodings.multi group=sys mode=0444
57file path=etc/security/tsol/label_encodings.single group=sys mode=0444
58file path=etc/security/tsol/relabel group=sys mode=0755 \
59    original_name=SUNWtsg:etc/security/tsol/relabel preserve=renamenew
60file path=etc/security/tsol/tnrhdb group=sys \
61    original_name=SUNWtsg:etc/security/tsol/tnrhdb preserve=renamenew
62file path=etc/security/tsol/tnrhtp group=sys \
63    original_name=SUNWtsg:etc/security/tsol/tnrhtp preserve=renamenew
64file path=etc/security/tsol/tnzonecfg group=sys \
65    original_name=SUNWtsg:etc/security/tsol/tnzonecfg preserve=renamenew
66dir  path=etc/zones group=sys
67file path=etc/zones/SUNWtsoldef.xml mode=0444
68dir  path=lib
69dir  path=lib/svc
70dir  path=lib/svc/manifest group=sys
71dir  path=lib/svc/manifest/network group=sys
72file path=lib/svc/manifest/network/tnctl.xml group=sys mode=0444
73file path=lib/svc/manifest/network/tnd.xml group=sys mode=0444
74dir  path=lib/svc/manifest/system group=sys
75file path=lib/svc/manifest/system/labeld.xml group=sys mode=0444
76dir  path=lib/svc/method
77file path=lib/svc/method/svc-labeld mode=0555
78file path=lib/svc/method/svc-tnctl mode=0555
79file path=lib/svc/method/svc-tnd mode=0555
80dir  path=usr/share/man/man1m
81dir  path=var group=sys
82dir  path=var/tsol group=sys
83dir  path=var/tsol/doors group=sys
84legacy pkg=SUNWtsg desc="Solaris Trusted Extensions, globalzone-only files" \
85    name="Trusted Extensions global"
86license cr_Sun license=cr_Sun
87license lic_CDDL license=lic_CDDL
88# etc/security/lib/wdwmsg runs usr/bin/zenity
89depend type=require fmri=gnome/zenity
90