d54d953af1
Avoid passing special characters (like '$' or '@') to the service, even if in environment variable. Use separate variable (and qubes-rpc-multiplexer argument) to provide type of original target. There are two: - specific VM by name ("name") - special name, like $adminvm, $dispvm etc ("keyword") Then, use separate variables to provide actual value: - QREXEC_REQUESTED_TARGET_KEYWORD (if _TYPE == "keyword") - QREXEC_REQUESTED_TARGET (if _TYPE == "name") The later one intentionally is the same as in previous implementation, to preserve compatibility. |
||
---|---|---|
doc | ||
dom0-updates | ||
dracut | ||
file-copy-vm | ||
pm-utils | ||
qrexec | ||
qubesappmenus | ||
rpm_spec | ||
system-config | ||
vaio-fixes | ||
.gitignore | ||
.travis.yml | ||
Makefile | ||
Makefile.builder | ||
README.txt | ||
version | ||
version_vaio_fixes |
This package contains Linux dom0 files. Mostly there are config files for different system services, but also some "addons" to Qubes core: - udev scripts for block and USB devices exposure (in qvm-block and qvm-usb) - appmenu generation for Linux GUI (including icons)