components/apache2/Solaris/http-apache22.xml
branchs11u1-sru
changeset 2874 cce157e90da6
parent 278 77b380ba9d84
--- a/components/apache2/Solaris/http-apache22.xml	Mon Dec 23 11:55:30 2013 -0800
+++ b/components/apache2/Solaris/http-apache22.xml	Thu Nov 28 16:35:14 2013 -0800
@@ -22,7 +22,7 @@
 
 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
 <!--
-    Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
+    Copyright (c) 2007, 2013, Oracle and/or its affiliates. All rights reserved.
 -->
 
 <service_bundle type='manifest' name='SUNWapch22r:apache'>
@@ -96,12 +96,27 @@
 			<propval name='startup_options' type='astring' value='' />
 			<propval name='server_type' type='astring' value='prefork' />
 			<propval name='enable_64bit' type='boolean' value='false' />
-			<propval name='value_authorization' type='astring' value='solaris.smf.value.http/apache22' />
+			<property name='value_authorization' type='astring'>
+				<astring_list>
+					<value_node value='solaris.smf.value.apache' />
+					<value_node value='solaris.smf.value.http/apache22' />
+				</astring_list>
+			</property>
 		</property_group>
 
 		<property_group name='general' type='framework'>
-			<propval name='action_authorization' type='astring' value='solaris.smf.manage.http/apache22' />
-			<propval name='value_authorization' type='astring' value='solaris.smf.value.http/apache22' />
+			<property name='action_authorization' type='astring'>
+				<astring_list>
+					<value_node value='solaris.smf.manage.apache' />
+					<value_node value='solaris.smf.manage.http/apache22' />
+				</astring_list>
+			</property>
+			<property name='value_authorization' type='astring'>
+				<astring_list>
+					<value_node value='solaris.smf.manage.apache' />
+					<value_node value='solaris.smf.manage.http/apache22' />
+				</astring_list>
+			</property>
 		</property_group>
 
 		<property_group name='startd' type='framework'>