我刚刚从ConnMan复制了http://git.kernel.org/cgit/network/connman/connman.git/回购,并遵循了黑客文本文件中的说明。基本上,我发出了以下命令:
# ./bootstrap-configure
# make根据上述文本文件,这应该足以通过运行以下方式启动守护进程:
# sudo ./src/connmand -n但会发生以下错误:
Connection ":1.72" is not allowed to own the service "net.connman" due to security policies in the configuration file我查看了src/main.conf下的配置文件,但不包含与此相关的任何内容。还有其他人遇到过这个问题吗?
发布于 2014-10-10 11:31:13
将D-Bus策略文件从src/conman-dbus.conf复制到/etc/dbus-1/system.d,以便D-总线可以在以根用户身份启动时授予net.connman的所有权。“make”安装策略文件,但在本例中没有运行。
https://stackoverflow.com/questions/26280616
复制相似问题