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