diff options
| author | Truong Nguyen <Truong.Q.Nguyen@Sun.COM> | 2009-02-14 00:35:26 -0800 |
|---|---|---|
| committer | Truong Nguyen <Truong.Q.Nguyen@Sun.COM> | 2009-02-14 00:35:26 -0800 |
| commit | eb1a34638eba7c5add1421327f3eb225a8ea7518 (patch) | |
| tree | 8248473bb88d0ad643e80e3c976123d722e5f944 /usr/src/lib/print | |
| parent | f5c9e9f9ca94d949afcf832822366734d6daf6ea (diff) | |
| download | illumos-joyent-eb1a34638eba7c5add1421327f3eb225a8ea7518.tar.gz | |
6761070 PSARC 2008/580 Solaris host-based firewall
6236609 svc.startd resets auxiliary state on svcadm mark maintenance
6762307 SMF - expressing a service's maintenance state by request of another service
Diffstat (limited to 'usr/src/lib/print')
| -rw-r--r-- | usr/src/lib/print/mod_ipp/ipp-listener.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr/src/lib/print/mod_ipp/ipp-listener.xml b/usr/src/lib/print/mod_ipp/ipp-listener.xml index 8e0437de04..686646a78c 100644 --- a/usr/src/lib/print/mod_ipp/ipp-listener.xml +++ b/usr/src/lib/print/mod_ipp/ipp-listener.xml @@ -21,10 +21,8 @@ CDDL HEADER END --> <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> <!-- - Copyright 2007 Sun Microsystems, Inc. All rights reserved. + Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. - - pragma ident "%Z%%M% %I% %E% SMI" --> <service_bundle type='manifest' name='SUNWipplr:ipp-listener'> @@ -63,6 +61,11 @@ CDDL HEADER END value='solaris.print.admin' /> </property_group> + <property_group name='firewall_context' type='com.sun,fw_definition'> + <propval name='ipf_method' type='astring' + value='/lib/svc/method/print-svc ipfilter svc:/application/print/server:default' /> + </property_group> + <stability value='Unstable' /> <template> |
