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 の下の構成ファイルを調べましたが、これに関連するものは何も含まれていません。他の誰かがこの問題に遭遇しましたか?