You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
624 B
Plaintext
24 lines
624 B
Plaintext
2 years ago
|
#include <tunables/global>
|
||
|
|
||
|
/usr/sbin/cups-browsed flags=(attach_disconnected) {
|
||
|
#include <abstractions/base>
|
||
|
#include <abstractions/nameservice>
|
||
|
#include <abstractions/cups-client>
|
||
|
#include <abstractions/dbus>
|
||
|
#include <abstractions/p11-kit>
|
||
|
|
||
|
/etc/cups/cups-browsed.conf r,
|
||
|
/etc/cups/lpoptions r,
|
||
|
/etc/cups/ppd/* r,
|
||
|
/{var/,}run/cups/certs/* r,
|
||
|
/var/cache/cups/* rw,
|
||
|
/var/log/cups/* rw,
|
||
|
/tmp/** rw,
|
||
|
|
||
|
# Courtesy to the Debian Edu team...
|
||
|
/etc/cups/cups-browsed-debian-edu.conf r,
|
||
|
|
||
|
# Site-specific additions and overrides. See local/README for details.
|
||
|
#include <local/usr.sbin.cups-browsed>
|
||
|
}
|