logo

apparmor.d

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

ubuntu-bittorrent-clients (821B)


  1. # vim:syntax=apparmor
  2. #
  3. # abstraction for allowing graphical bittorrent clients in Ubuntu
  4. #
  5. # Users of this abstraction need to include the ubuntu-helpers abstraction
  6. # in the toplevel profile. Eg:
  7. # include <abstractions/ubuntu-helpers>
  8. abi <abi/3.0>,
  9. /usr/bin/azureus Cxr -> sanitized_helper,
  10. /usr/bin/bitstormlite Cxr -> sanitized_helper,
  11. /usr/bin/btmaketorrentgui Cxr -> sanitized_helper,
  12. /usr/bin/deluge{,-gtk,-console} Cxr -> sanitized_helper,
  13. /usr/bin/gnome-btdownload Cxr -> sanitized_helper,
  14. /usr/bin/kget Cxr -> sanitized_helper,
  15. /usr/bin/ktorrent Cxr -> sanitized_helper,
  16. /usr/bin/qbittorrent Cxr -> sanitized_helper,
  17. /usr/bin/transmission{,-gtk,-qt,-cli} Cxr -> sanitized_helper,
  18. # Include additions to the abstraction
  19. include if exists <abstractions/ubuntu-bittorrent-clients.d>