由于 AppArmor 策略错误,无法运行 Vidalia

由于 AppArmor 策略错误,无法运行 Vidalia

我安装了 Vidalia ,并将用户添加到 debian-tor 组。

但是当我运行它时,它出现错误:

$ vidalia 

(process:5691): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
An AppArmor policy prevents this sender from sending this message to this recipient, 0 matched rules; type="method_call", sender="(null)" (inactive) interface="org.freedesktop.DBus" member="Hello" error name="(unset)" requested_reply="0" destination="org.freedesktop.DBus" (bus)

(<unknown>:5691): GLib-GIO-ERROR **: No GSettings schemas are installed on the system
Trace/breakpoint trap (core dumped)

我该如何解决?

答案1

我尝试过这个:

sudo ln -s /etc/apparmor.d/usr.bin.vidalia /etc/apparmor.d/disable/
sudo apparmor_parser -R /etc/apparmor.d/usr.bin.vidalia
sudo /etc/init.d/tor start

好的,现在 vidalia 工作正常:

$ vidalia

相关内容