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
|
||
|---|---|---|
| archlinux | ||
| debian | ||
| doc | ||
| misc | ||
| network | ||
| pkgs | ||
| qrexec | ||
| qubes-rpc | ||
| rpm_spec | ||
| vm-init.d | ||
| vm-systemd | ||
| .gitignore | ||
| debian-quilt | ||
| LICENSE | ||
| Makefile | ||
| Makefile.builder | ||
| series-debian-vm.conf | ||
| version | ||