anbox: remove (thankfully inactive) "su" default

The `anbox-application-manager` helper, which is actually broken as it's
not installed as +x, starts "su" by default, which might not be
desirable, depending on the end-user's wishes.
This commit is contained in:
Samuel Dionne-Riel 2021-06-03 22:13:31 -04:00 committed by rnhmjoj
parent 0d09cc7cf6
commit 0c30c277a6
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -36,13 +36,6 @@ let
anbox-application-manager = writeScript "anbox-application-manager" ''
#!${runtimeShell}
${systemd}/bin/busctl --user call \
org.freedesktop.DBus \
/org/freedesktop/DBus \
org.freedesktop.DBus \
StartServiceByName "su" org.anbox 0
@out@/bin/anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity
'';