mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
f0001b869e
commit
cbc7724dde
1 changed files with 0 additions and 10 deletions
10
Makefile
10
Makefile
|
@ -23,13 +23,3 @@ test:
|
|||
clear
|
||||
python ui/main.py --socket unix:///tmp/osui.sock &
|
||||
sudo ./daemon/daemon -ui-socket unix:///tmp/osui.sock
|
||||
|
||||
test_real:
|
||||
clear
|
||||
make clean
|
||||
clear
|
||||
mkdir -p ~/.opensnitch/rules
|
||||
make
|
||||
clear
|
||||
python ui/main.py --socket unix:///tmp/osui.sock &
|
||||
sudo ./daemon/daemon -ui-socket unix:///tmp/osui.sock -rules-path ~/.opensnitch/rules
|
||||
|
|
Loading…
Add table
Reference in a new issue