summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-10-26 17:26:36 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2015-10-26 17:26:36 +0000
commitfcad6032691d9985512734e898914a7d48e492fc (patch)
tree6c3d2e9e917e6fa5037da3e406065e0b6c865440 /conf
parentd8a60ef8deb3da1b1f970bb619bed0f1aed96645 (diff)
downloadcups-fcad6032691d9985512734e898914a7d48e492fc.tar.gz
Add /admin/log section to cupsd.conf so that remote admin also controls remote
access to the log files (<rdar://problem/23134415>) git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12938 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'conf')
-rw-r--r--conf/cupsd.conf.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/cupsd.conf.in b/conf/cupsd.conf.in
index e17601446..2fd0de0c3 100644
--- a/conf/cupsd.conf.in
+++ b/conf/cupsd.conf.in
@@ -39,6 +39,13 @@ WebInterface @CUPS_WEBIF@
Order allow,deny
</Location>
+# Restrict access to log files...
+<Location /admin/log>
+ AuthType Default
+ Require user @SYSTEM
+ Order allow,deny
+</Location>
+
# Set the default printer/job policies...
<Policy default>
# Job/subscription privacy...