mirror of
https://github.com/mirage/qubes-mirage-firewall.git
synced 2025-05-02 14:16:02 -04:00
apply rules to incoming traffic (but...)
...we try to read them before they've been written to QubesDB, so we think there aren't any. To get useful results, we'll need to either delay the rule read, or implement a proper watcher for the firewall rules using the QubesDB watch interface.
This commit is contained in:
parent
068c5dca9b
commit
b15dd32df8
6 changed files with 65 additions and 90 deletions
|
@ -76,7 +76,7 @@ fi
|
|||
|
||||
echo "We're gonna set up a unikernel for the mirage-fw-test qube"
|
||||
cd ..
|
||||
mirage configure -t xen && \
|
||||
mirage configure -t xen -l "*:debug" && \
|
||||
make depend && \
|
||||
make
|
||||
if [ $? -ne 0 ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue