mirror of
https://github.com/unman/shaker.git
synced 2025-01-12 15:59:31 -05:00
Salt - caching proxy - fix interaction with Whonix.
Correct uninstall action
This commit is contained in:
parent
3f59aacbad
commit
0165e7610a
@ -66,10 +66,12 @@ fi
|
||||
|
||||
%postun
|
||||
if [ $1 -eq 0 ]; then
|
||||
sed -i /qubes.Gpg.*target=gpg/d /etc/qubes/policy.d/30-user.policy
|
||||
sed -i /qubes.UpdatesProxy.*target=cacher/d /etc/qubes/policy.d/30-user.policy
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Sun Aug 21 2022 unman <unman@thirdeyesecurity.org> - 1.7
|
||||
- Correct uninstall action
|
||||
* Thu Jul 28 2022 unman <unman@thirdeyesecurity.org> - 1.5
|
||||
- Extended description
|
||||
* Sat May 21 2022 unman <unman@thirdeyesecurity.org> - 1.4
|
||||
|
@ -6,4 +6,7 @@ qvm-present-id:
|
||||
|
||||
/etc/qubes/policy.d/30-user.policy:
|
||||
file.prepend:
|
||||
- text: "qubes.UpdatesProxy * @type:TemplateVM @default allow target=cacher"
|
||||
- text:
|
||||
- "qubes.UpdatesProxy * @tag:whonix-updatevm @default allow target=sys-whonix"
|
||||
- "qubes.UpdatesProxy * @tag:whonix-updatevm @anyvm deny"
|
||||
- "qubes.UpdatesProxy * @type:TemplateVM @default allow target=cacher"
|
||||
|
Loading…
Reference in New Issue
Block a user