summaryrefslogtreecommitdiff
path: root/usr/src/pkg/manifests/system-trusted.mf
diff options
context:
space:
mode:
authorDan Price <dp@eng.sun.com>2010-06-12 23:20:18 -0700
committerDan Price <dp@eng.sun.com>2010-06-12 23:20:18 -0700
commitebbab6bbae913efeadfa3c6a1b082664a125f95b (patch)
tree62a2816d044710beaf491ffa633ff35e41588942 /usr/src/pkg/manifests/system-trusted.mf
parent5c875b2e2176bacab7c997fa9a41afc5daad1896 (diff)
downloadillumos-joyent-ebbab6bbae913efeadfa3c6a1b082664a125f95b.tar.gz
6932709 libc mountpoints shouldn't be tagged with preserve=
6948967 opensolaris.zone= persists in ON manifests, should be expunged 6948970 eval in pkg/Makefile masks pkgmogrify failures 6949340 Fix various zones related packaging oddities 6951274 most variant.opensolaris.zone and reboot-needed attributes could be added by rules 6954463 legacy, renamed SUNWiscsitgt and SUNWmms need to be obsoleted properly 6954897 README.pkg should be more helpful describing need for on-extra
Diffstat (limited to 'usr/src/pkg/manifests/system-trusted.mf')
-rw-r--r--usr/src/pkg/manifests/system-trusted.mf13
1 files changed, 6 insertions, 7 deletions
diff --git a/usr/src/pkg/manifests/system-trusted.mf b/usr/src/pkg/manifests/system-trusted.mf
index 09969cad15..f3bf08a940 100644
--- a/usr/src/pkg/manifests/system-trusted.mf
+++ b/usr/src/pkg/manifests/system-trusted.mf
@@ -20,18 +20,19 @@
#
#
-# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
-# Use is subject to license terms.
+# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
#
set name=pkg.fmri value=pkg:/system/trusted@$(PKGVERS)
set name=pkg.description value="Solaris Trusted Extensions"
set name=pkg.summary value="Trusted Extensions"
-set name=info.classification value=org.opensolaris.category.2008:System/Trusted
+set name=info.classification \
+ value=org.opensolaris.category.2008:System/Trusted
set name=variant.arch value=$(ARCH)
-set name=variant.opensolaris.zone value=global value=nonglobal
dir path=lib
dir path=lib/svc
+dir path=lib/svc/manifest group=sys
+dir path=lib/svc/manifest/system group=sys
dir path=lib/svc/method
dir path=sbin group=sys
dir path=usr group=sys
@@ -56,8 +57,7 @@ dir path=usr/lib/lp/model group=lp
dir path=usr/lib/lp/postscript group=lp
dir path=usr/lib/zones
dir path=usr/sbin
-dir path=lib/svc/manifest group=sys
-dir path=lib/svc/manifest/system group=sys
+file path=lib/svc/manifest/system/tsol-zones.xml group=sys mode=0444
file path=lib/svc/method/svc-tsol-zones mode=0555
file path=sbin/tnctl group=sys mode=0555
file path=usr/bin/getlabel mode=0555
@@ -119,7 +119,6 @@ file path=usr/sbin/tnchkdb group=sys mode=0555
file path=usr/sbin/tnd group=sys mode=0555
file path=usr/sbin/tninfo group=sys mode=0555
file path=usr/sbin/txzonemgr group=sys mode=0555
-file path=lib/svc/manifest/system/tsol-zones.xml group=sys mode=0444
hardlink path=usr/sbin/remove_allocatable target=add_allocatable
legacy pkg=SUNWtsr arch=$(ARCH) category=system \
desc="Solaris Trusted Extensions, (Root)" \