allow X6100 APP acccess to dbus to manage WiFi and BT

main
Links 2022-04-14 12:28:29 +02:00
rodzic 833f0ee9a3
commit b12e3f1f8d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 68FB9F01C0C482FC
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -18,6 +18,8 @@ if [ "$1" == "start" ] ; then
mount -o bind /var/run/pulse /mnt/x6100/tmp/pulse
mkdir -p /var/run/dbus
mkdir -p /mnt/x6100 /var/run/dbus
mount -o bind /var/run/dbus /mnt/x6100/var/run/dbus
mkdir -p /mnt/x6100/tmp/dbus
mount -o bind /var/run/dbus /mnt/x6100/tmp/dbus