<font size=2 face="sans-serif">I'm working on an embedded system, and
I ran into a situation where a non-root user needs to runs systemctl, but
when I try I get:</font>
<p><font size=1 face="Lucida Console">~ $ systemctl status</font>
<br><font size=1 face="Lucida Console">Failed to get D-Bus connection:
No such file or directory</font>
<br>
<br><font size=2 face="sans-serif">So, I try with the suid bit on systemctl
set, but then I get:</font>
<br>
<br><font size=1 face="Lucida Console">~ $ systemctl status</font>
<br><font size=1 face="Lucida Console">Failed to read server status: Operation
not permitted</font>
<br>
<br><font size=2 face="sans-serif">My question is, is something broken,
or is this expected behavior?</font>