Firewall documentation: Mention that /rw/config/qubes-firewall-user-script must start with #!/bin/sh #9712
Labels
C: doc
P: default
Priority: default. Default priority for new issues, to be replaced given sufficient information.
R: self-closed
Voluntarily closed by the person who opened it before another resolution occurred.
Clarification on firewall user script documentation
Firewall documentation mentions that
/rw/config/qubes-firewall-user-script
should be executable, but doesn't mention that the script must start with#!/bin/sh
. Failure to do so ends up in thequbes-firewall
service terminating prematurely, subsequently leading to a misconfigured firewall.Suggested solution
Next to mentioning that the script should be executable, also mention that it should start with the hashbang.
The value to a user, and who that user might be
A user that might have written
/rw/config/qubes-firewall-user-script
from a new file, like myself, may overlook adding that line, like I did.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: