File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
test/failure_handler/src/share/conf Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,9 @@ environment=\
89
89
process.ps process.top \
90
90
memory.vmstat \
91
91
files \
92
- net.netstat.anv net.netstat.av net.netstat.aL net.netstat.m net.netstat.s \
92
+ net.netstat.anv net.netstat.av net.netstat.aL net.netstat.m net.netstat.s net.netstat.g net.netstat.r \
93
93
net.ifconfig net.hostsfile \
94
+ fw.up \
94
95
scutil.nwi scutil.proxy \
95
96
screenshot
96
97
# ###############################################################################
@@ -132,6 +133,8 @@ net.netstat.anv.args=-anv
132
133
net.netstat.aL.args =-aL
133
134
net.netstat.m.args =-mm
134
135
net.netstat.s.args =-s
136
+ net.netstat.g.args =-gs
137
+ net.netstat.r.args =-rn
135
138
net.ifconfig.app =ifconfig
136
139
net.ifconfig.args =-a
137
140
@@ -144,4 +147,7 @@ scutil.proxy.args=--proxy
144
147
145
148
screenshot.app =screencapture
146
149
screenshot.args =-x screen1.png screen2.png screen3.png screen4.png screen5.png
150
+
151
+ fw.app =/usr/libexec/ApplicationFirewall/socketfilterfw
152
+ fw.up.args =--getglobalstate
147
153
# ###############################################################################
You can’t perform that action at this time.
0 commit comments