从源代码存储库中运行的ConnMan



我刚刚从http://git.kernel.org/cgit/network/connman/connman.git/并按照HACKING文本文件中的说明进行操作。基本上我已经发布了以下命令:

# ./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下的配置文件,但没有包含任何与此相关的内容。其他人遇到过这个问题吗?

将D-Bus策略文件从src/connman-dbus.conf复制到/etc/dbus-1/system.D,以便D-Bus在以root身份启动时可以授予net.conf的所有权。"make-install"安装策略文件,但在这种情况下没有运行。

相关内容

  • 没有找到相关文章

最新更新