Advertisement
peetaur

konversation apparmor problem

Feb 26th, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. peter@peter:~> konversation
  2. process 8917: D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/etc/machine-id": Permission denied
  3. See the manual page for dbus-uuidgen to correct this issue.
  4. D-Bus not built with -rdynamic so unable to print a backtrace
  5. KCrash: Application 'konversation' crashing...
  6. KCrash: Attempting to start /usr/lib64/kde4/libexec/drkonqi from kdeinit
  7. sock_file=/home/peter/.kde4/socket-peter/kdeinit4__0
  8. unnamed app(8916): Communication problem with "konversation" , it probably crashed.
  9. Error message was: "org.freedesktop.DBus.Error.NoReply" : " "Message did not receive a reply (timeout by message bus)" "
  10.  
  11.  
  12. =============================
  13.  
  14. #include <tunables/global>
  15.  
  16. /usr/bin/konversation flags=(complain) {
  17. #include <abstractions/base>
  18. #include <abstractions/enchant>
  19. #include <abstractions/kde>
  20. #include <abstractions/nameservice>
  21. #include <abstractions/openssl>
  22.  
  23. network inet dgram,
  24. network inet stream,
  25. network inet6 dgram,
  26. network inet6 stream,
  27.  
  28.  
  29. /etc/kde4/share/config/* r,
  30. /etc/rpc r,
  31. /home/*/.Xauthority r,
  32. /home/*/.cache/fontconfig/* r,
  33. /home/*/.config/Trolltech.conf rk,
  34. /home/*/.config/enchant/ r,
  35. /home/*/.config/enchant/* rwk,
  36. /home/*/.config/ibus/bus/* r,
  37. /home/*/.config/user-dirs.dirs r,
  38. /home/*/.fonts/ r,
  39. /home/*/.kde4/share/apps/RecentDocuments/ r,
  40. /home/*/.kde4/share/apps/RecentDocuments/* rw,
  41. /home/*/.kde4/share/apps/kabc/* rw,
  42. /home/*/.kde4/share/apps/konversation/* r,
  43. /home/*/.kde4/share/config/* rwk,
  44. /home/*/.kde4/share/config/kresources/contact/* rw,
  45. /home/*/.kde4/share/config/session/konversation* rw,
  46. /home/*/logs/*irc*.log rw,
  47. /usr/bin/konversation mr,
  48. /usr/lib{,32,64}/** mr,
  49. /usr/share/cantarell-fonts/** r,
  50. /usr/share/fonts-config/** r,
  51. /usr/share/ghostscript/fonts/ r,
  52. /usr/share/icu/** r,
  53. /usr/share/kde4/apps/kabc/** r,
  54. /usr/share/kde4/apps/konversation/** r,
  55. /usr/share/kde4/config/** r,
  56. /usr/share/locale-bundle/ r,
  57. /usr/share/locale/ r,
  58. owner /var/tmp/** lk,
  59. /var/tmp/** rw,
  60.  
  61. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement