qubes-firewall
: Allow user chains to jump to Qubes OS system chains
#9340
Labels
C: networking
P: default
Priority: default. Default priority for new issues, to be replaced given sufficient information.
pr submitted
A pull request has been submitted for this issue.
T: enhancement
Type: enhancement. A new feature that does not yet exist or improvement of existing functionality.
The problem you're addressing (if any)
Custom user chains cannot reference Qubes OS VM chains from their code for multiple reasons as custom qubes-firewall user code is only executed once at firewall startup and before Qubes OS creates the VM chains.
This can lead to the
qubes-firewall
to be bypassed in certain configurations.The solution you'd like
Currently the qubes-firewall creates chains such as this one:
Instead, create this:
This allows users to jump to the
forward-dynamic
chain and re-use the Qubes OS rules in their custom setups.The value to a user, and who that user might be
Working
qubes-firewall
even with custom setups.Completion criteria checklist
(This section is for developer use only. Please do not modify it.)
The text was updated successfully, but these errors were encountered: