f4540b2032
Default dbus policy of ofono allows only root user and users who are logged into tty using at_console policy. However since our dbus is not built with elogind, at_console is never set. This allows user in wheel group to access ofono [ci:skip-build]: already built successfully in CI
15 lines
471 B
Text
15 lines
471 B
Text
<!-- This configuration file specifies the required security policies
|
|
for oFono core daemon to work. -->
|
|
|
|
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
|
|
<busconfig>
|
|
|
|
<!-- ofono.conf allows at_console policy to access the ofono -->
|
|
<!-- allow the wheel group as well -->
|
|
|
|
<policy group="wheel">
|
|
<allow send_destination="org.ofono"/>
|
|
</policy>
|
|
|
|
</busconfig>
|