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
|
||
|---|---|---|
| .. | ||
| patches | ||
| source | ||
| changelog | ||
| compat | ||
| control | ||
| copyright | ||
| qubes-core-agent.dirs | ||
| qubes-core-agent.postinst | ||
| qubes-core-agent.postrm | ||
| qubes-core-agent.preinst | ||
| qubes-core-agent.prerm | ||
| qubes-core-agent.triggers | ||
| rules | ||