2010-12-21 12:53:33 -06:00
|
|
|
# vim:syntax=apparmor
|
2010-03-08 13:50:25 -06:00
|
|
|
#
|
|
|
|
# abstraction for allowing graphical bittorrent clients in Ubuntu
|
|
|
|
#
|
2020-06-09 23:28:41 +02:00
|
|
|
# Users of this abstraction need to include the ubuntu-helpers abstraction
|
2012-01-11 09:00:35 +01:00
|
|
|
# in the toplevel profile. Eg:
|
2020-06-09 23:28:41 +02:00
|
|
|
# include <abstractions/ubuntu-helpers>
|
2012-01-11 09:00:35 +01:00
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2012-01-10 20:54:38 +01:00
|
|
|
/usr/bin/azureus Cxr -> sanitized_helper,
|
|
|
|
/usr/bin/bitstormlite Cxr -> sanitized_helper,
|
|
|
|
/usr/bin/btmaketorrentgui Cxr -> sanitized_helper,
|
2016-03-19 03:08:52 -05:00
|
|
|
/usr/bin/deluge{,-gtk,-console} Cxr -> sanitized_helper,
|
2012-01-10 20:54:38 +01:00
|
|
|
/usr/bin/gnome-btdownload Cxr -> sanitized_helper,
|
|
|
|
/usr/bin/kget Cxr -> sanitized_helper,
|
|
|
|
/usr/bin/ktorrent Cxr -> sanitized_helper,
|
|
|
|
/usr/bin/qbittorrent Cxr -> sanitized_helper,
|
|
|
|
/usr/bin/transmission{,-gtk,-qt,-cli} Cxr -> sanitized_helper,
|
2019-01-24 03:03:11 -08:00
|
|
|
|
|
|
|
# Include additions to the abstraction
|
2020-05-30 19:46:08 +02:00
|
|
|
include if exists <abstractions/ubuntu-bittorrent-clients.d>
|