2009-11-04 14:25:42 -06:00
|
|
|
# vim:syntax=apparmor
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
#
|
2012-01-06 10:45:34 -06:00
|
|
|
# Copyright (C) 2009-2012 Canonical Ltd.
|
2009-11-04 14:25:42 -06:00
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of version 2 of the GNU General Public
|
|
|
|
# License published by the Free Software Foundation.
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------
|
|
|
|
|
|
|
|
# discoverable system configuration for non-local cupsd
|
|
|
|
/etc/cups/client.conf r,
|
|
|
|
# client should be able to talk the local cupsd
|
2013-12-19 23:19:40 -08:00
|
|
|
/{,var/}run/cups/cups.sock rw,
|
2012-01-06 10:45:34 -06:00
|
|
|
# client should be able to read user-specified cups configuration
|
|
|
|
owner @{HOME}/.cups/client.conf r,
|
|
|
|
owner @{HOME}/.cups/lpoptions r,
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
|
|
|
#include if exists <abstractions/cups-client.d>
|