mirror of
https://github.com/unman/shaker.git
synced 2024-10-01 01:25:41 -04:00
Mullvad - correctly set provides_network property for sys-mullvad
This commit is contained in:
parent
ef02901f84
commit
caf1a86bd5
@ -46,8 +46,8 @@ if [ $1 -eq 1 ]; then
|
|||||||
qubesctl state.apply mullvad.clone
|
qubesctl state.apply mullvad.clone
|
||||||
qubesctl --skip-dom0 --targets=template-mullvad state.apply mullvad.repo
|
qubesctl --skip-dom0 --targets=template-mullvad state.apply mullvad.repo
|
||||||
qubesctl --skip-dom0 --targets=template-mullvad state.apply mullvad.browser
|
qubesctl --skip-dom0 --targets=template-mullvad state.apply mullvad.browser
|
||||||
qubesctl --skip-dom0 --targets=mullvad state.apply mullvad.configure
|
|
||||||
qubesctl state.apply mullvad.create_disposable
|
qubesctl state.apply mullvad.create_disposable
|
||||||
|
qubesctl --skip-dom0 --targets=sys-mullvad state.apply mullvad.configure
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
@ -55,6 +55,9 @@ if [ $1 -eq 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 16 2024 unman <unman@thirdeyesecurity.org> - 2023.6.2
|
||||||
|
- Update to include new Mullvad Browser
|
||||||
|
- Use sys-mullvad as transparent VPN proxy
|
||||||
* Sat Feb 10 2024 unman <unman@thirdeyesecurity.org> - 2.01
|
* Sat Feb 10 2024 unman <unman@thirdeyesecurity.org> - 2.01
|
||||||
- Rewrite to use Mullvad GUI for connections
|
- Rewrite to use Mullvad GUI for connections
|
||||||
- Include Mullvad Browser
|
- Include Mullvad Browser
|
||||||
|
@ -14,7 +14,7 @@ qvm-prefs-id:
|
|||||||
- memory: 400
|
- memory: 400
|
||||||
- maxmem: 800
|
- maxmem: 800
|
||||||
- vcpus: 2
|
- vcpus: 2
|
||||||
- provides_network: True
|
- provides-network: True
|
||||||
|
|
||||||
qvm-features-id:
|
qvm-features-id:
|
||||||
qvm.features:
|
qvm.features:
|
||||||
|
Loading…
Reference in New Issue
Block a user