Go to file
Rusty Bird e005836286
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").
2016-08-17 02:41:38 +02:00
appmenus-files appmenus: add xterm in Disposable VM menu entry 2016-07-17 00:00:47 +02:00
appmenus-scripts appmenus: force X-Qubes-VM category for all VM-related entries 2016-07-15 11:31:27 +02:00
doc
dom0-updates dom0-updates: whitespace fixes 2016-06-24 02:24:52 +02:00
dracut dracut: Omit network and kernel-network-modules 2016-04-10 00:00:00 -04:00
file-copy-vm
icons
pm-utils
qrexec qrexec-client: Filter terminal output much more strictly 2016-08-17 02:41:38 +02:00
rpm_spec appmenus: add xterm in Disposable VM menu entry 2016-07-17 00:00:47 +02:00
system-config Merge remote-tracking branch 'qubesos/pr/8' 2016-06-26 22:03:18 +02:00
vaio-fixes
.gitignore
.travis.yml travis: initial version 2016-06-03 20:23:10 +02:00
Makefile
Makefile.builder
README.txt
version version 3.2.5 2016-07-17 04:57:35 +02:00
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)