Skip to content

Commit

Permalink
Do replace default policy on upgrade
Browse files Browse the repository at this point in the history
They have comments at the beginning already, that user should not modify
them. Do update them with the package to properly handle upgrades.

Fixes QubesOS/qubes-issues#8458
  • Loading branch information
marmarek committed Aug 28, 2023
1 parent d349ef8 commit 59e9d7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rpm_spec/core-dom0.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -548,9 +548,9 @@ done
/usr/lib/tmpfiles.d/qubes.conf
%attr(0755,root,root) /usr/lib/qubes/create-snapshot
%attr(0755,root,root) /usr/lib/qubes/destroy-snapshot
%attr(0664,root,qubes) %config(noreplace) /etc/qubes/policy.d/85-admin-backup-restore.policy
%attr(0664,root,qubes) %config(noreplace) /etc/qubes/policy.d/90-admin-default.policy
%attr(0664,root,qubes) %config(noreplace) /etc/qubes/policy.d/90-default.policy
%attr(0664,root,qubes) %config /etc/qubes/policy.d/85-admin-backup-restore.policy
%attr(0664,root,qubes) %config /etc/qubes/policy.d/90-admin-default.policy
%attr(0664,root,qubes) %config /etc/qubes/policy.d/90-default.policy
%attr(0664,root,qubes) %config(noreplace) /etc/qubes/policy.d/include/admin-global-ro
%attr(0664,root,qubes) %config(noreplace) /etc/qubes/policy.d/include/admin-global-rwx
%attr(0664,root,qubes) %config(noreplace) /etc/qubes/policy.d/include/admin-local-ro
Expand Down

0 comments on commit 59e9d7f

Please sign in to comment.