From c4b264d40be7cbc8c5a0e952d9ee5892d8c3b24d Mon Sep 17 00:00:00 2001 From: msweet Date: Wed, 28 May 2014 17:54:04 +0000 Subject: [PATCH] Add another directory to the sandbox. git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11903 a1ca3aef-8c08-0410-bb20-df032aa958be --- scheduler/process.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scheduler/process.c b/scheduler/process.c index fafc06f79..5c4875f96 100644 --- a/scheduler/process.c +++ b/scheduler/process.c @@ -213,6 +213,8 @@ cupsdCreateProfile(int job_id, /* I - Job ID or 0 for none */ " #\"^/Library/Keychains/\"" " #\"^/Library/Printers$\"" " #\"^/Library/Printers/\"" + " #\"^/Library/Security$\"" + " #\"^/Library/Security/\"" " #\"^%s/Library$\"" /* RequestRoot/Library */ " #\"^%s/Library/\"" /* RequestRoot/Library/... */ " #\"^%s$\"" /* ServerBin */ -- 2.39.2