28737d16ce
Make them call into qubesd. Create separate socket for "misc" calls - VM accessible, but not part of Admin API.
5 lines
154 B
Bash
Executable File
5 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
|
|
exec /usr/bin/qubesd-query -c /var/run/qubesd.misc.sock -e --fail \
|
|
"$QREXEC_REMOTE_DOMAIN" qubes.NotifyTools dom0 "" >/dev/null 2>&1
|