Opened 15 months ago
Closed 15 months ago
#447 closed enhancement (implemented)
Firewall: support protocl selection in rules
| Reported by: | joanna | Owned by: | marmarek |
|---|---|---|---|
| Priority: | major | Milestone: | Release 1 |
| Component: | core | Keywords: | |
| Cc: |
Description
Currently all the rules are per-IP and they only result in TCP traffic rules being added, but not UDP rules. Solutions:
1) Allow to set level 4 protocol (TCP, UDP, etc) for each rule
2) Keep it simple, stupid: allow only to set rules for IP(s), and always assume all the protocols and all the ports.
Change History (2)
comment:1 Changed 15 months ago by marmarek
- Owner changed from joanna to marmarek
- Status changed from new to accepted
comment:2 Changed 15 months ago by marmarek
- Resolution set to implemented
- Status changed from accepted to closed

I vote for 1.
Core side: http://git.qubes-os.org/gitweb/?p=marmarek/core.git;a=commit;h=0ca08d48b8feaae9058865802c447b5b75ea66e1
TODO: GUI (qubes-manager)