Qubes component: core-agent-linux
Go to file
Jason Mehring 24cfe20e1f whonix: Added protected-files file used to prevent scripts from modifying files that need to be protected
A file is created in /var/lib/qubes/protected-files.  Scripts can grep this file before modifying
known files to be protected and skip any modifications if the file path is within protected-files.

Usage Example:
    if ! grep -q "^/etc/hostname$" "${PROTECTED_FILE_LIST}" 2>/dev/null; then

Also cleaned up maintainer scripts removing unneeded systemd status functions and streamlined
the enable/disable systemd unit files functions
2015-04-25 02:29:38 +02:00
archlinux archlinux: align with fedora changes related to imsettings 2015-01-27 00:43:27 +01:00
debian whonix: Added protected-files file used to prevent scripts from modifying files that need to be protected 2015-04-25 02:29:38 +02:00
doc Fix formating 2014-05-25 00:55:51 +02:00
misc upgrade: package for simplify upgrade from R2 to R3.0 2015-04-23 00:43:45 +02:00
network whonix: Added protected-files file used to prevent scripts from modifying files that need to be protected 2015-04-25 02:29:38 +02:00
pkgs archlinux: created build scripts 2013-04-17 01:22:32 +02:00
qrexec qrexec: move qrexec-client-vm to /usr/bin 2015-03-15 01:53:03 +01:00
qubes-rpc Make qvm-run bidirectional and document its limitations. 2015-04-16 02:54:41 +02:00
rpm_spec whonix: Added protected-files file used to prevent scripts from modifying files that need to be protected 2015-04-25 02:29:38 +02:00
vm-init.d whonix: Added protected-files file used to prevent scripts from modifying files that need to be protected 2015-04-25 02:29:38 +02:00
vm-systemd whonix: Added protected-files file used to prevent scripts from modifying files that need to be protected 2015-04-25 02:29:38 +02:00
.gitignore gitignore: fix binary packages declaration 2014-07-27 06:11:14 +02:00
LICENSE Added LICENSE 2010-04-05 21:21:27 +02:00
Makefile debian: install qubes-download-dom0-updates.sh 2015-04-16 02:57:13 +02:00
Makefile.builder upgrade: package for simplify upgrade from R2 to R3.0 2015-04-23 00:43:45 +02:00
version version 2.1.59 2015-04-16 15:55:55 +02:00