logo

apparmor.d

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/apparmor.d.git

ubuntu-media-players (2352B)


  1. # vim:syntax=apparmor
  2. #
  3. # abstraction for allowing access to media players in Ubuntu
  4. #
  5. # Users of this abstraction need to include the ubuntu-helpers abstraction
  6. # in the toplevel profile. Eg:
  7. # include <abstractions/ubuntu-helpers>
  8. abi <abi/3.0>,
  9. /usr/bin/amarok Cxr -> sanitized_helper,
  10. /usr/bin/audacious2 Cxr -> sanitized_helper,
  11. /usr/bin/audacity Cxr -> sanitized_helper,
  12. /usr/bin/bangarang Cxr -> sanitized_helper,
  13. /usr/bin/banshee Cxr -> sanitized_helper,
  14. /usr/bin/banshee-1 Cxr -> sanitized_helper,
  15. /usr/bin/decibel Cxr -> sanitized_helper,
  16. /usr/bin/dragon Cxr -> sanitized_helper,
  17. /usr/bin/esperanza Cxr -> sanitized_helper,
  18. /usr/bin/exaile Cxr -> sanitized_helper,
  19. /usr/bin/freevo Cxr -> sanitized_helper,
  20. /usr/bin/gmerlin Cxr -> sanitized_helper,
  21. /usr/bin/gxmms Cxr -> sanitized_helper,
  22. /usr/bin/gxmms2 Cxr -> sanitized_helper,
  23. /usr/bin/hornsey Cxr -> sanitized_helper,
  24. /usr/bin/jlgui Cxr -> sanitized_helper,
  25. /usr/bin/juk Cxr -> sanitized_helper,
  26. /usr/bin/kaffeine Cxr -> sanitized_helper,
  27. /usr/bin/listen Cxr -> sanitized_helper,
  28. /usr/share/minirok/minirok.py Cxr -> sanitized_helper,
  29. # mplayer
  30. /etc/mplayerplug-in.conf r,
  31. /usr/bin/gmplayer Cxr -> sanitized_helper,
  32. /usr/bin/gnome-mplayer Cxr -> sanitized_helper,
  33. /usr/bin/kmplayer Cxr -> sanitized_helper,
  34. /usr/bin/mplayer Cxr -> sanitized_helper,
  35. /usr/bin/smplayer Cxr -> sanitized_helper,
  36. /usr/bin/muine Cxr -> sanitized_helper,
  37. /usr/bin/potamus Cxr -> sanitized_helper,
  38. /usr/bin/promoe Cxr -> sanitized_helper,
  39. /usr/bin/qmmp Cxr -> sanitized_helper,
  40. /usr/bin/quodlibet Cxr -> sanitized_helper,
  41. /usr/bin/rhythmbox Cxr -> sanitized_helper,
  42. /usr/bin/strange-quark Cxr -> sanitized_helper,
  43. /usr/bin/swfdec-player Cxr -> sanitized_helper,
  44. /usr/bin/timidity Cxr -> sanitized_helper,
  45. /usr/lib/totem/** ixr,
  46. /usr/bin/totem-gstreamer Cxr -> sanitized_helper,
  47. /usr/bin/totem-xine Cxr -> sanitized_helper,
  48. /usr/bin/totem Cxr -> sanitized_helper,
  49. /usr/bin/vlc Cxr -> sanitized_helper,
  50. /usr/bin/xfmedia Cxr -> sanitized_helper,
  51. /usr/bin/xmms Cxr -> sanitized_helper,
  52. # gnash
  53. /usr/bin/gtk-gnash ixr,
  54. /etc/gnashrc r,
  55. /etc/gnashpluginrc r,
  56. owner @{HOME}/.gnash/ rw,
  57. owner @{HOME}/.gnash/** rw,
  58. # Include additions to the abstraction
  59. include if exists <abstractions/ubuntu-media-players.d>