mirror of
https://github.com/unman/shaker.git
synced 2025-01-27 06:46:59 -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
|
%postun
|
||||||
if [ $1 -eq 0 ]; then
|
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
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 21 2022 unman <unman@thirdeyesecurity.org> - 1.7
|
||||||
|
- Correct uninstall action
|
||||||
* Thu Jul 28 2022 unman <unman@thirdeyesecurity.org> - 1.5
|
* Thu Jul 28 2022 unman <unman@thirdeyesecurity.org> - 1.5
|
||||||
- Extended description
|
- Extended description
|
||||||
* Sat May 21 2022 unman <unman@thirdeyesecurity.org> - 1.4
|
* Sat May 21 2022 unman <unman@thirdeyesecurity.org> - 1.4
|
||||||
|
@ -6,4 +6,7 @@ qvm-present-id:
|
|||||||
|
|
||||||
/etc/qubes/policy.d/30-user.policy:
|
/etc/qubes/policy.d/30-user.policy:
|
||||||
file.prepend:
|
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…
x
Reference in New Issue
Block a user