document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # Last Modified: Sun Sep 2 21:22:21 2012
  2. #include <tunables/global>
  3.  
  4. /usr/bin/xchat {
  5. #include <abstractions/apache2-common>
  6. #include <abstractions/base>
  7.  
  8. /etc/pulse/client.conf r,
  9. /home/*/.Xauthority r,
  10. /home/*/.pulse-cookie rwk,
  11. /home/*/** r,
  12. /run/shm/ r,
  13. /run/shm/** rw,
  14. /usr/bin/aplay mr,
  15. /usr/share/alsa/** r,
  16. /var/lib/dbus/machine-id r,
  17.  
  18. /etc/fonts/** r,
  19. /etc/python2.7/sitecustomize.py r,
  20. /home/*/.Xauthority r,
  21. /home/*/.cache/dconf/user rw,
  22. /home/*/.config/dconf/user r,
  23. /home/*/.config/enchant/ r,
  24. /home/*/.config/enchant/en.dic rwk,
  25. /home/*/.config/enchant/en.exc rwk,
  26. /home/*/.fontconfig/* rw,
  27. /home/*/.local/share/** r,
  28. /home/*/.xchat2/ r,
  29. /home/*/.xchat2/** rw,
  30. /run/shm/* w,
  31. /usr/bin/aplay rix,
  32. /usr/bin/notify-send Px,
  33. /usr/bin/xchat mr,
  34. /usr/include/python2.7/pyconfig.h r,
  35. /usr/lib{,32,64}/** mr,
  36. /usr/local/lib/python2.7/dist-packages/ r,
  37. /usr/local/share/fonts/ r,
  38. /usr/share/** r,
  39. /var/cache/fontconfig/* r,
  40. /var/lib/aspell/en-common.rws r,
  41.  
  42. }
');