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-10 20:54:38 +01:00
|
|
|
#include <abstractions/ubuntu-helpers>
|
|
|
|
/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
|
|
|
|
2012-01-10 20:54:38 +01: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,
|
|
|
|
/usr/lib/firefox*/firefox*.sh 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,
|
|
|
|
/opt/google/chrome/google-chrome Cx -> sanitized_helper,
|