Go to file
Marek Marczykowski-Górecki d54d953af1
qrexec: use separate variables for original target type and value
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.
2018-02-19 03:30:04 +01:00
doc Remove dates from man pages 2017-03-16 05:44:58 -04:00
dom0-updates dom0-updates: launch console update in terminal emulator as "GUI" 2018-01-12 04:54:07 +01:00
dracut Drop dracut workaround for missing LUKS-related modules 2017-10-02 21:38:51 +02:00
file-copy-vm qvm-copy-to-vm: use --service option 2017-07-05 14:26:11 +02:00
pm-utils clock synchronization rewrite 2017-07-06 23:37:26 +02:00
qrexec qrexec: use separate variables for original target type and value 2018-02-19 03:30:04 +01:00
qubesappmenus Move appmenus/icons related to desktop-linux-common 2017-05-17 15:47:13 +02:00
rpm_spec Add qubes-core-dom0 to dnf protected packages set 2017-11-03 03:27:10 +01:00
system-config Don't let udev parse 'file' driver .img anywhere 2018-01-19 18:04:56 +01:00
vaio-fixes vaio-fixes 2013-03-16 18:24:21 +01:00
.gitignore gitignore 2015-05-03 16:05:02 +02:00
.travis.yml travis: update for Qubes 4.0 2017-05-18 01:16:53 +02:00
Makefile Remove support for old builder API 2013-03-19 19:03:41 +01:00
Makefile.builder Add Makefile.builder 2013-03-19 15:23:17 +01:00
README.txt Update README 2015-07-10 17:50:25 +02:00
version version 4.0.10 2018-01-19 18:13:44 +01:00
version_vaio_fixes vaio-fixes 2013-03-16 18:24:21 +01:00

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)