Not recognized by polkit as active session
This is likely not in phosh itself but let's put it here since people refert to the whole wlroots/rootston/phosh combo as phosh and we ship the init script:
PolicyKit does not deem the session started as a local session and so actions that have
default_inactive=no
default_active=yes
Will not have permission to be executed. polkit_backend_session_monitor_is_session_local()
needs to be checked for what's needed here.