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:
Mindy 2019-05-23 17:40:07 -05:00
parent 068c5dca9b
commit b15dd32df8
6 changed files with 65 additions and 90 deletions

View file

@ -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