Go to file
Rusty Bird 16fc1fc489
qrexec-client: Filter terminal output much more strictly
qrexec-client -t/-T (and therefore, qvm-run --pass-io) only handled the
escape character, \033. Everything else, such as Unicode and obscure
control characters, was passed through from the VM to the dom0 terminal.

Instead, replace all bytes except for a benign subset of ASCII. That's
still enough to allow progress bars to be drawn (tested using
"wget --progress=bar:force" and "pv --force").

(cherry picked from commit e005836286)
2016-11-19 02:25:51 +01:00
appmenus-files appmenus: fix template's icon 2015-04-12 02:06:26 +02:00
appmenus-scripts appmenus: force changing appicons when VM label is changed 2016-05-17 23:58:44 +02:00
doc doc: add some more details to qubes-dom0-update --action 2015-09-04 02:11:16 +02:00
dom0-updates dom0-updates: whitespace fixes 2016-06-25 15:42:28 +02:00
dracut dracut: Omit network and kernel-network-modules 2016-05-17 23:58:26 +02:00
file-copy-vm Use #!/bin/bash and && in qvm-move-to-vm 2016-02-16 08:33:54 +00:00
icons Initial commit: appmenus handling code, icons 2013-03-16 18:23:22 +01:00
pm-utils pm-utils: call qubes.SuspendPreAll/qubes.SuspendPostAll services 2016-03-15 23:13:48 +01:00
qrexec qrexec-client: Filter terminal output much more strictly 2016-11-19 02:25:51 +01:00
rpm_spec Require new enough qubes-utils package for updated libqrexec-utils (again) 2015-11-11 05:12:42 +01:00
system-config kernel-install: do not add kernel entry if already present 2016-06-21 04:27:34 +02:00
vaio-fixes vaio-fixes 2013-03-16 18:24:21 +01:00
.gitignore gitignore 2015-05-03 16:05:02 +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 3.1.12 2016-06-25 15:48:44 +02: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)