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:
Jörg Sommer 2024-12-31 10:06:29 +01:00
parent 40e9b2a961
commit 97d7fa3f5f

View file

@ -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>
}