【发布时间】:2014-10-09 14:09:14
【问题描述】:
我刚刚从http://git.kernel.org/cgit/network/connman/connman.git/ 克隆了 ConnMan 存储库,并按照 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 下的配置文件,但没有包含与此相关的任何内容。 有没有其他人遇到过这个问题?
【问题讨论】: