mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 20:13:44 +02:00
Don't drop capabilities
This commit is contained in:
parent
098e0c4393
commit
70150e232d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/validate-1m-linux.sh
vendored
4
.github/workflows/validate-1m-linux.sh
vendored
|
@ -100,10 +100,10 @@ $NS1 sudo valgrind --demangle=yes --exit-on-first-error=yes \
|
|||
--xml=yes \
|
||||
--xml-file=$FILENAME_MEMORY_LOG \
|
||||
--leak-check=full \
|
||||
./zerotier-one node1 -p9994 >>node_1.log 2>&1 &
|
||||
./zerotier-one node1 -U -p9994 >>node_1.log 2>&1 &
|
||||
|
||||
# Second instance, not run in memory profiler
|
||||
$NS2 sudo ./zerotier-one node2 -p9995 >>node_2.log 2>&1 &
|
||||
$NS2 sudo ./zerotier-one node2 -U -p9995 >>node_2.log 2>&1 &
|
||||
|
||||
sleep 5
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue