mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 00:14:44 +01:00
cupsd: Add /etc/paperspecs read access
Cups uses libpaper which accesses /etc/paperspecs.
ce42216e2e/lib/libpaper.c.in.in (L419)
This commit is contained in:
parent
40e9b2a961
commit
97d7fa3f5f
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ include <tunables/global>
|
|||
/var/cache/cups/ rw,
|
||||
/var/cache/cups/** rw,
|
||||
|
||||
/etc/paperspecs r,
|
||||
|
||||
# Site-specific additions and overrides. See local/README for details.
|
||||
include if exists <local/usr.sbin.cupsd>
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue