2010-12-21 12:53:33 -06:00
|
|
|
# vim:syntax=apparmor
|
2009-11-11 11:42:30 -08:00
|
|
|
#
|
|
|
|
# abstraction for allowing access to text-only browsers in Ubuntu. These will
|
|
|
|
# typically also need a terminal, so when using this abstraction, should also
|
|
|
|
# do something like:
|
|
|
|
#
|
|
|
|
# #include <abstractions/ubuntu-gnome-terminal>
|
|
|
|
#
|
|
|
|
|
2012-01-10 20:54:38 +01:00
|
|
|
#include <abstractions/ubuntu-helpers>
|
|
|
|
/usr/bin/elinks Cx -> sanitized_helper,
|
|
|
|
/usr/bin/links Cx -> sanitized_helper,
|
|
|
|
/usr/bin/lynx.cur Cx -> sanitized_helper,
|
|
|
|
/usr/bin/netrik Cx -> sanitized_helper,
|
|
|
|
/usr/bin/w3m Cx -> sanitized_helper,
|
2009-11-11 11:42:30 -08:00
|
|
|
|