2010-12-21 12:53:33 -06:00
|
|
|
# vim:syntax=apparmor
|
2009-11-11 11:42:30 -08:00
|
|
|
#
|
|
|
|
# abstraction for allowing access to graphical browsers 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>
|
2009-11-11 11:42:30 -08:00
|
|
|
|
2020-05-05 00:08:39 -07:00
|
|
|
abi <abi/3.0>,
|
|
|
|
|
2012-01-10 20:54:38 +01:00
|
|
|
/usr/bin/arora Cx -> sanitized_helper,
|
|
|
|
/usr/bin/dillo Cx -> sanitized_helper,
|
|
|
|
/usr/bin/Dooble Cx -> sanitized_helper,
|
|
|
|
/usr/bin/epiphany Cx -> sanitized_helper,
|
|
|
|
/usr/bin/epiphany-browser Cx -> sanitized_helper,
|
|
|
|
/usr/bin/epiphany-webkit Cx -> sanitized_helper,
|
|
|
|
/usr/lib/fennec-*/fennec Cx -> sanitized_helper,
|
|
|
|
/usr/bin/kazehakase Cx -> sanitized_helper,
|
|
|
|
/usr/bin/konqueror Cx -> sanitized_helper,
|
|
|
|
/usr/bin/midori Cx -> sanitized_helper,
|
|
|
|
/usr/bin/netsurf Cx -> sanitized_helper,
|
|
|
|
/usr/bin/seamonkey Cx -> sanitized_helper,
|
2010-10-22 07:43:23 -05:00
|
|
|
/usr/bin/sensible-browser Pixr,
|
2009-12-04 11:37:10 -06:00
|
|
|
|
2017-08-07 17:03:05 -04:00
|
|
|
/usr/bin/chromium{,-browser} Cx -> sanitized_helper,
|
2018-04-01 16:48:13 +03:00
|
|
|
/usr/lib{,64}/chromium{,-browser}/chromium{,-browser} Cx -> sanitized_helper,
|
2009-11-11 11:42:30 -08:00
|
|
|
|
2012-01-11 00:59:38 +01:00
|
|
|
# this should cover all firefox browsers and versions (including shiretoko
|
|
|
|
# and abrowser)
|
|
|
|
/usr/bin/firefox Cxr -> sanitized_helper,
|
2018-04-01 16:48:13 +03:00
|
|
|
/usr/lib{,64}/firefox*/firefox* Cx -> sanitized_helper,
|
2009-11-11 11:42:30 -08:00
|
|
|
|
2012-04-25 12:13:15 -07:00
|
|
|
# Iceweasel
|
|
|
|
/usr/bin/iceweasel Cxr -> sanitized_helper,
|
|
|
|
/usr/lib/iceweasel/iceweasel Cx -> sanitized_helper,
|
|
|
|
|
2009-11-11 11:42:30 -08:00
|
|
|
# some unpackaged, but popular browsers
|
2012-01-10 20:54:38 +01:00
|
|
|
/usr/lib/icecat-*/icecat Cx -> sanitized_helper,
|
|
|
|
/usr/bin/opera Cx -> sanitized_helper,
|
2017-11-12 13:39:54 +00:00
|
|
|
/opt/google/chrome{,-beta,-unstable}/google-chrome{,-beta,-unstable} Cx -> sanitized_helper,
|
2020-10-25 09:37:01 +00:00
|
|
|
/opt/brave.com/brave{,-beta,-dev,-nightly}/brave-browser{,-beta,-dev,-nightly} Cx -> sanitized_helper,
|