7046817 cups failed to print due to file permission on rastertogutenprint.5.2
authorNorm Jacobs <Norm.Jacobs@Oracle.COM>
Tue, 31 May 2011 14:29:42 -0700
changeset 273 cec58567b4f4
parent 272 40c50e0a5d39
child 274 816a4eb924b1
7046817 cups failed to print due to file permission on rastertogutenprint.5.2 7050172 cups and gutenprint have several unexecutable elf files.
components/cups/cups.p5m
components/gutenprint/gutenprint.p5m
--- a/components/cups/cups.p5m	Tue May 31 13:22:33 2011 -0700
+++ b/components/cups/cups.p5m	Tue May 31 14:29:42 2011 -0700
@@ -32,6 +32,7 @@
 # comments by using of the automate reformating tools.
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+<transform file path=usr/lib/cups/.+ ->default mode 0555>
 
 set name=pkg.fmri value=pkg:/print/cups@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="Common Unix Print System"
@@ -250,8 +251,8 @@
 file path=usr/include/cups/sidechannel.h
 file path=usr/include/cups/transcode.h
 file path=usr/include/cups/versioning.h
-file path=usr/lib/cups/backend/ipp
-file path=usr/lib/cups/backend/lpd
+file path=usr/lib/cups/backend/ipp mode=0500
+file path=usr/lib/cups/backend/lpd mode=0500
 file path=usr/lib/cups/backend/parallel
 file path=usr/lib/cups/backend/scsi
 file path=usr/lib/cups/backend/serial
--- a/components/gutenprint/gutenprint.p5m	Tue May 31 13:22:33 2011 -0700
+++ b/components/gutenprint/gutenprint.p5m	Tue May 31 14:29:42 2011 -0700
@@ -22,6 +22,8 @@
 #
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
+<transform file path=usr/lib/cups/.+ ->default mode 0555>
+
 set name=pkg.fmri \
     value=pkg:/print/filter/gutenprint@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary \