]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Allow more paths in sandbox.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 8 Jul 2014 18:18:09 +0000 (18:18 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 8 Jul 2014 18:18:09 +0000 (18:18 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12006 a1ca3aef-8c08-0410-bb20-df032aa958be

scheduler/process.c

index ec68ed4497af3fcb0db5176ad45bc43d11e1df4f..425f3ba9cc402d5936c2381939389694f228101d 100644 (file)
@@ -222,6 +222,9 @@ cupsdCreateProfile(int job_id,              /* I - Job ID or 0 for none */
                 " #\"^/Library/Application Support$\""
                 " #\"^/Library/Application Support/\""
                 " #\"^/Library/Caches$\""
+                " #\"^/Library/ColorSync$\""
+                " #\"^/Library/ColorSync/Profiles$\""
+                " #\"^/Library/ColorSync/Profiles/\""
                 " #\"^/Library/Fonts$\""
                 " #\"^/Library/Fonts/\""
                 " #\"^/Library/Frameworks$\""
@@ -234,6 +237,9 @@ cupsdCreateProfile(int job_id,              /* I - Job ID or 0 for none */
                 " #\"^/Library/Security$\""
                 " #\"^/Library/Security/\""
                 " #\"^/Library/WebServer$\""
+                " #\"^/System/Library/ColorSync$\""
+                " #\"^/System/Library/ColorSync/Profiles$\""
+                " #\"^/System/Library/ColorSync/Profiles/\""
                 " #\"^%s/Library$\""   /* RequestRoot/Library */
                 " #\"^%s/Library/\""   /* RequestRoot/Library/... */
                 " #\"^%s$\""           /* ServerBin */