mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
ui: allow to select eBPF method from the GUI
+ fixed getting PID column in order to monitor processes' details.
This commit is contained in:
parent
0a12fc5c73
commit
dbe7861bcb
2 changed files with 6 additions and 1 deletions
|
@ -53,7 +53,7 @@ class StatsDialog(QtWidgets.QDialog, uic.loadUiType(DIALOG_UI_PATH)[0]):
|
|||
COL_R_OP_OPERAND = 7
|
||||
|
||||
# procs
|
||||
COL_PID = 9
|
||||
COL_PID = 6
|
||||
|
||||
TAB_MAIN = 0
|
||||
TAB_NODES = 1
|
||||
|
|
|
@ -377,6 +377,11 @@
|
|||
<string>proc</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>ebpf</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>audit</string>
|
||||
|
|
Loading…
Add table
Reference in a new issue