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
|
|
|
|
#
|
2012-01-11 09:00:35 +01:00
|
|
|
# Users of this abstraction need to #include the ubuntu-helpers abstraction
|
|
|
|
# in the toplevel profile. Eg:
|
|
|
|
# #include <abstractions/ubuntu-helpers>
|
2009-11-11 11:42:30 -08:00
|
|
|
|
2012-01-10 20:54:38 +01:00
|
|
|
/usr/bin/arora Cx -> sanitized_helper,
|
|
|
|
/usr/bin/conkeror 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/galeon 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/prism Cx -> sanitized_helper,
|
|
|
|
/usr/bin/rekonq 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,
|
|
|
|
/usr/lib/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,
|
2017-08-07 15:31:19 -04:00
|
|
|
/usr/lib/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,
|