logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

cups-client (820B)


  1. # vim:syntax=apparmor
  2. # ------------------------------------------------------------------
  3. #
  4. # Copyright (C) 2009-2012 Canonical Ltd.
  5. #
  6. # This program is free software; you can redistribute it and/or
  7. # modify it under the terms of version 2 of the GNU General Public
  8. # License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11. abi <abi/3.0>,
  12. # discoverable system configuration for non-local cupsd
  13. /etc/cups/client.conf r,
  14. # client should be able to talk the local cupsd
  15. @{run}/cups/cups.sock rw,
  16. # client should be able to read user-specified cups configuration
  17. owner @{HOME}/.cups/client.conf r,
  18. owner @{HOME}/.cups/lpoptions r,
  19. # Include additions to the abstraction
  20. include if exists <abstractions/cups-client.d>