cups-files.conf
· 2.6 KiB · Text
Brut
#
# File/directory/user/group configuration file for the CUPS scheduler.
# See "man cups-files.conf" for a complete description of this file.
#
# List of events that are considered fatal errors for the scheduler...
#FatalErrors config
# Do we call fsync() after writing configuration or status files?
#SyncOnClose Yes
# Default user and group for filters/backends/helper programs; this cannot be
# any user or group that resolves to ID 0 for security reasons...
#User lp
#Group lp
# Administrator user group, used to match @SYSTEM in cupsd.conf policy rules...
# This cannot contain the Group value for security reasons...
SystemGroup sys root wheel cups-admins
# User that is substituted for unauthenticated (remote) root accesses...
#RemoteRoot remroot
# Do we allow file: device URIs other than to /dev/null?
#FileDevice No
# Permissions for configuration and log files...
#ConfigFilePerm 0640
#LogFilePerm 00600
# Location of the file logging all access to the scheduler; may be the name
# "syslog". If not an absolute path, the value of ServerRoot is used as the
# root directory. Also see the "AccessLogLevel" directive in cupsd.conf.
AccessLog syslog
# Location of cache files used by the scheduler...
#CacheDir /var/cache/cups
# Location of data files used by the scheduler...
#DataDir /usr/share/cups
# Location of the static web content served by the scheduler...
#DocumentRoot /usr/share/cups/www
# Location of the file logging all messages produced by the scheduler and any
# helper programs; may be the name "syslog". If not an absolute path, the value
# of ServerRoot is used as the root directory. Also see the "LogLevel"
# directive in cupsd.conf.
ErrorLog syslog
# Location of the file logging all pages printed by the scheduler and any
# helper programs; may be the name "syslog". If not an absolute path, the value
# of ServerRoot is used as the root directory. Also see the "PageLogFormat"
# directive in cupsd.conf.
PageLog syslog
# Location of the file listing all of the local printers...
#Printcap /etc/printcap
# Format of the Printcap file...
#PrintcapFormat bsd
#PrintcapFormat plist
#PrintcapFormat solaris
# Location of all spool files...
#RequestRoot /var/spool/cups
# Location of helper programs...
#ServerBin /usr/lib/cups
# SSL/TLS keychain for the scheduler...
#ServerKeychain ssl
# Location of other configuration files...
#ServerRoot /etc/cups
# Location of scheduler state files...
#StateDir /run/cups
# Location of scheduler/helper temporary files. This directory is emptied on
# scheduler startup and cannot be one of the standard (public) temporary
# directory locations for security reasons...
#TempDir /var/spool/cups/tmp
| 1 | # |
| 2 | # File/directory/user/group configuration file for the CUPS scheduler. |
| 3 | # See "man cups-files.conf" for a complete description of this file. |
| 4 | # |
| 5 | |
| 6 | # List of events that are considered fatal errors for the scheduler... |
| 7 | #FatalErrors config |
| 8 | |
| 9 | # Do we call fsync() after writing configuration or status files? |
| 10 | #SyncOnClose Yes |
| 11 | |
| 12 | # Default user and group for filters/backends/helper programs; this cannot be |
| 13 | # any user or group that resolves to ID 0 for security reasons... |
| 14 | #User lp |
| 15 | #Group lp |
| 16 | |
| 17 | # Administrator user group, used to match @SYSTEM in cupsd.conf policy rules... |
| 18 | # This cannot contain the Group value for security reasons... |
| 19 | SystemGroup sys root wheel cups-admins |
| 20 | |
| 21 | |
| 22 | # User that is substituted for unauthenticated (remote) root accesses... |
| 23 | #RemoteRoot remroot |
| 24 | |
| 25 | # Do we allow file: device URIs other than to /dev/null? |
| 26 | #FileDevice No |
| 27 | |
| 28 | # Permissions for configuration and log files... |
| 29 | #ConfigFilePerm 0640 |
| 30 | #LogFilePerm 00600 |
| 31 | |
| 32 | # Location of the file logging all access to the scheduler; may be the name |
| 33 | # "syslog". If not an absolute path, the value of ServerRoot is used as the |
| 34 | # root directory. Also see the "AccessLogLevel" directive in cupsd.conf. |
| 35 | AccessLog syslog |
| 36 | |
| 37 | # Location of cache files used by the scheduler... |
| 38 | #CacheDir /var/cache/cups |
| 39 | |
| 40 | # Location of data files used by the scheduler... |
| 41 | #DataDir /usr/share/cups |
| 42 | |
| 43 | # Location of the static web content served by the scheduler... |
| 44 | #DocumentRoot /usr/share/cups/www |
| 45 | |
| 46 | # Location of the file logging all messages produced by the scheduler and any |
| 47 | # helper programs; may be the name "syslog". If not an absolute path, the value |
| 48 | # of ServerRoot is used as the root directory. Also see the "LogLevel" |
| 49 | # directive in cupsd.conf. |
| 50 | ErrorLog syslog |
| 51 | |
| 52 | # Location of the file logging all pages printed by the scheduler and any |
| 53 | # helper programs; may be the name "syslog". If not an absolute path, the value |
| 54 | # of ServerRoot is used as the root directory. Also see the "PageLogFormat" |
| 55 | # directive in cupsd.conf. |
| 56 | PageLog syslog |
| 57 | |
| 58 | # Location of the file listing all of the local printers... |
| 59 | #Printcap /etc/printcap |
| 60 | |
| 61 | # Format of the Printcap file... |
| 62 | #PrintcapFormat bsd |
| 63 | #PrintcapFormat plist |
| 64 | #PrintcapFormat solaris |
| 65 | |
| 66 | # Location of all spool files... |
| 67 | #RequestRoot /var/spool/cups |
| 68 | |
| 69 | # Location of helper programs... |
| 70 | #ServerBin /usr/lib/cups |
| 71 | |
| 72 | # SSL/TLS keychain for the scheduler... |
| 73 | #ServerKeychain ssl |
| 74 | |
| 75 | # Location of other configuration files... |
| 76 | #ServerRoot /etc/cups |
| 77 | |
| 78 | # Location of scheduler state files... |
| 79 | #StateDir /run/cups |
| 80 | |
| 81 | # Location of scheduler/helper temporary files. This directory is emptied on |
| 82 | # scheduler startup and cannot be one of the standard (public) temporary |
| 83 | # directory locations for security reasons... |
| 84 | #TempDir /var/spool/cups/tmp |