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.description \ 34 value="Solaris Trusted Extensions, globalzone-only files" 35set name=pkg.summary value="Trusted Extensions global" 36set name=info.classification \ 37 value=org.opensolaris.category.2008:System/Trusted 38set name=variant.arch value=$(ARCH) 39dir path=etc group=sys 40dir path=etc/security group=sys 41dir path=etc/security/audio group=sys 42dir path=etc/security/lib group=sys 43dir path=etc/security/tsol group=sys 44dir path=etc/zones group=sys 45dir path=lib 46dir path=lib/svc 47dir path=lib/svc/manifest group=sys 48dir path=lib/svc/manifest/network group=sys 49dir path=lib/svc/manifest/system group=sys 50dir path=lib/svc/method 51dir path=usr/share/man/man1m 52dir path=var group=sys 53dir path=var/tsol group=sys 54dir path=var/tsol/doors group=sys 55file path=etc/security/lib/disk_clean group=sys mode=0555 56file path=etc/security/lib/wdwmsg group=sys mode=0555 57file path=etc/security/lib/wdwwrapper group=sys mode=0555 58file path=etc/security/tsol/devalloc_defaults group=sys \ 59 original_name=SUNWtsg:etc/security/tsol/devalloc_defaults preserve=true 60file path=etc/security/tsol/label_encodings group=sys mode=0400 \ 61 original_name=SUNWtsg:etc/security/tsol/label_encodings \ 62 preserve=renamenew 63file path=etc/security/tsol/label_encodings.example group=sys mode=0444 64file path=etc/security/tsol/label_encodings.gfi.multi group=sys mode=0444 65file path=etc/security/tsol/label_encodings.gfi.single group=sys mode=0444 66file path=etc/security/tsol/label_encodings.multi group=sys mode=0444 67file path=etc/security/tsol/label_encodings.single group=sys mode=0444 68file path=etc/security/tsol/relabel group=sys mode=0755 \ 69 original_name=SUNWtsg:etc/security/tsol/relabel preserve=renamenew 70file path=etc/security/tsol/tnrhdb group=sys \ 71 original_name=SUNWtsg:etc/security/tsol/tnrhdb preserve=renamenew 72file path=etc/security/tsol/tnrhtp group=sys \ 73 original_name=SUNWtsg:etc/security/tsol/tnrhtp preserve=renamenew 74file path=etc/security/tsol/tnzonecfg group=sys \ 75 original_name=SUNWtsg:etc/security/tsol/tnzonecfg preserve=renamenew 76file path=etc/zones/SUNWtsoldef.xml mode=0444 77file path=lib/svc/manifest/network/tnctl.xml group=sys mode=0444 78file path=lib/svc/manifest/network/tnd.xml group=sys mode=0444 79file path=lib/svc/manifest/system/labeld.xml group=sys mode=0444 80file path=lib/svc/method/svc-labeld mode=0555 81file path=lib/svc/method/svc-tnctl mode=0555 82file path=lib/svc/method/svc-tnd mode=0555 83file path=usr/share/man/man1m/smtnrhdb.1m 84file path=usr/share/man/man1m/smtnrhtp.1m 85file path=usr/share/man/man1m/smtnzonecfg.1m 86legacy pkg=SUNWtsg desc="Solaris Trusted Extensions, globalzone-only files" \ 87 name="Trusted Extensions global" 88license cr_Sun license=cr_Sun 89license lic_CDDL license=lic_CDDL 90link path=etc/security/lib/audio_clean.windowing target=./audio_clean 91link path=etc/security/lib/disk_clean.windowing target=./disk_clean 92link path=etc/security/lib/st_clean.windowing target=./st_clean 93# etc/security/lib/wdwmsg runs usr/bin/zenity 94depend fmri=gnome/zenity type=require 95