manager/qubesmanager
Marek Marczykowski-Górecki f096f0050a updates: call 'yum clean expire-cache' as root (#843)
In Fedora 20 sudo cannot be called from qrexec call (no tty available),
so run it in separate call as root.
Also add "-P" option to qubes-update-check call: for SysV systems it
should be ignored and service started as normal user (which is just
fine), but on systemd systems, the call would be redirected to
systemctl, which refuse normal user service actions. "-P" flag acquires
root privileges using PolicyKit.
2014-05-12 15:34:24 +02:00
..
__init__.py Initial public commit. 2010-05-11 16:54:35 +02:00
.gitignore gitignore 2012-07-05 00:47:05 +02:00
appmenu_select.py appmenus: rely on core to recreate appmenus 2014-02-23 00:44:51 +01:00
backup_utils.py backups: fix in VM path dialog handling 2014-02-20 01:05:37 +01:00
backup.py backups: fix get_disk_usage usage 2014-05-05 02:14:24 +02:00
block.py Split QubesBlockDevicesManager and table widgets into separate files 2014-03-31 01:17:27 +02:00
create_new_vm.py Add "HVM Template" VM type to create VM dialog (#758) 2014-03-08 01:38:22 +01:00
firewall.py firewall: add an option to temporary allow full network access (#760) 2014-03-28 06:41:35 +01:00
global_settings.py Add updates section to global settings (#800) 2014-04-11 07:07:31 +02:00
log_dialog.py log_dialog: display only last 1MB of log, force it plain text 2014-05-05 02:15:01 +02:00
main.py updates: call 'yum clean expire-cache' as root (#843) 2014-05-12 15:34:24 +02:00
mount_for_backup.sh Remove trailing semicolons 2014-02-23 00:44:08 +01:00
multiselectwidget.py Remove trailing semicolons 2014-02-23 00:44:08 +01:00
restore.py backups: use backup_cancel() to interrupt backup/restore operation (#793) 2014-03-08 03:58:59 +01:00
settings.py settings: add seamless_gui_mode settings (#810) 2014-04-01 01:13:34 +02:00
table_widgets.py Split QubesBlockDevicesManager and table widgets into separate files 2014-03-31 01:17:27 +02:00
thread_monitor.py use any python2, not explicit python2.6 2013-01-23 15:55:14 +01:00