core-agent-linux/rpm_spec
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
..
core-vm-doc.spec Move manpages here from separate repo 2013-03-12 17:10:49 +01:00
core-vm-kernel-placeholder.spec rpm: own /lib/modules only in Fedora >= 19 2013-12-22 23:00:21 +01:00
core-vm.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