On Mon, May 25, 2020 at 09:39:52PM +0100, [email protected] wrote: > On 2020-05-23 23:28, [email protected] wrote: > > Hi! > > > > I'm trying to setup some firewall rules on some AppVms. Unfortunately, I > > cannot find any documentation to do this with the salt stack. The only > > documentation I found is: > > https://github.com/QubesOS/qubes-mgmt-salt-dom0-qvm > > > > Any hints? > > > > Thxs, P > > > > For clarification: Goal is to block all outgoing connections except those > which are permitted. This can be done conveniently for an AppVm by the "Qubes > settings"->"Firewall rules". Is there any chance to do this with salt without > firing qvm-firewall commands? >
No, there's no native qubes salt configuration - firing qvm-firewall commands is all there is. Of course, you may want to "fire" them as part of a qubesctl run -you could e.g. keep them in a file, and use cmd.script in the state file. -- You received this message because you are subscribed to the Google Groups "qubes-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/qubes-users/20200526000720.GA13950%40thirdeyesecurity.org.
