mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
fix: GUI Global Config precedes packaged policies
This commit is contained in:
parent
faa00fbffa
commit
59e8fc32a0
@ -279,4 +279,6 @@ tags:
|
||||
- name: qvm-volume extend dvm-bitcoin-builder:private 20Gi
|
||||
|
||||
{% from 'utils/macros/policy.sls' import policy_set with context -%}
|
||||
{{ policy_set(sls_path, '70') }}
|
||||
{{ policy_set(sls_path, '45') }}
|
||||
{% from 'utils/macros/policy.sls' import policy_unset with context -%}
|
||||
{{ policy_unset(sls_path, '70') }}
|
||||
|
@ -97,10 +97,10 @@ features:
|
||||
{%- endload %}
|
||||
{{ load(defaults) }}
|
||||
|
||||
{% from 'utils/macros/policy.sls' import policy_unset with context -%}
|
||||
{{ policy_unset(sls_path, '75') }}
|
||||
{% from 'utils/macros/policy.sls' import policy_set with context -%}
|
||||
{{ policy_set(sls_path, '45') }}
|
||||
{% from 'utils/macros/policy.sls' import policy_unset with context -%}
|
||||
{{ policy_unset(sls_path, '75') }}
|
||||
|
||||
"{{ slsdotpath }}-extend-volume":
|
||||
cmd.run:
|
||||
|
@ -8,8 +8,6 @@ qubes.OpenURL * {{ sls_path }} @default allow target={{ sls_path }}-browser
|
||||
qubes.OpenURL * {{ sls_path }} @anyvm deny
|
||||
qubes.ConnectTCP +8082 {{ sls_path }}-browser @default allow target={{ sls_path }}
|
||||
qubes.ConnectTCP * {{ sls_path }}-browser @anyvm deny
|
||||
qubes.UpdatesProxy * @tag:whonix-updatevm @default allow target=sys-whonix
|
||||
qubes.UpdatesProxy * @tag:whonix-updatevm @anyvm deny
|
||||
qubes.UpdatesProxy * @tag:updatevm-{{ sls_path }} @default allow target={{ sls_path }}
|
||||
qubes.UpdatesProxy * @tag:updatevm-{{ sls_path }} @anyvm deny
|
||||
## vim:ft=qrexecpolicy
|
||||
|
Loading…
Reference in New Issue
Block a user