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
946b29b43e
commit
549ec9bb5d
1 changed files with 13 additions and 0 deletions
13
Makefile
13
Makefile
|
@ -23,3 +23,16 @@ test:
|
|||
clear
|
||||
python ui/main.py --socket unix:///tmp/osui.sock &
|
||||
sudo ./daemon/daemon -ui-socket unix:///tmp/osui.sock
|
||||
|
||||
ads:
|
||||
clear
|
||||
make clean
|
||||
clear
|
||||
make
|
||||
clear
|
||||
python make_ads_rules.py
|
||||
clear
|
||||
python ui/main.py --socket unix:///tmp/osui.sock &
|
||||
sudo ./daemon/daemon -ui-socket unix:///tmp/osui.sock
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue