Go to file
Jason Mehring 56b0685aaa 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:36:43 +02:00
archlinux Make sure when user is added to qubes group that the group is appended 2015-02-13 15:00:54 -05:00
debian whonix: Added protected-files file used to prevent scripts from modifying files that need to be protected 2015-04-25 02:36:43 +02:00
doc Fix formating 2014-05-25 00:55:51 +02:00
misc dispvm: do not start GUI apps during prerun 2015-04-11 02:43:03 +02:00
network whonix: Added protected-files file used to prevent scripts from modifying files that need to be protected 2015-04-25 02:36:43 +02:00
pkgs archlinux: created build scripts 2013-04-17 01:22:32 +02:00
qrexec qrexec: do not reset umask to 077 for every started process 2015-04-10 18:07:32 +02:00
qubes-rpc Add support for comments in qubes-suspend-module-blacklist 2015-03-18 00:30:57 +01:00
rpm_spec whonix: Added protected-files file used to prevent scripts from modifying files that need to be protected 2015-04-25 02:36:43 +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:36:43 +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:36:43 +02:00
.gitignore gitignore: fix binary packages declaration 2014-07-27 06:11:14 +02:00
debian-quilt debian: Refactor Debian quilt packaging for xen 2015-02-11 08:02:55 -05:00
LICENSE Added LICENSE 2010-04-05 21:21:27 +02:00
Makefile debian: install qubes-download-dom0-updates.sh 2015-04-14 00:22:35 +02:00
Makefile.builder debian: Add extend-diff-ignore options to debian packager 2015-02-19 19:56:23 -05:00
series-debian-vm.conf debian: Refactor Debian quilt packaging for xen 2015-02-11 08:02:55 -05:00
version version 3.0.6 2015-04-11 03:40:57 +02:00