Ultima attività 1762324909

CUPS configuration to allow all users in the cups-admin group to have admin-level access to printing

jce ha revisionato questo gist 1762324909. Vai alla revisione

1 file changed, 84 insertions

cups-files.conf(file creato)

@@ -0,0 +1,84 @@
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
Più nuovi Più vecchi