Skip to content
Snippets Groups Projects
Commit 83aaef72 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added "arp -a" to the list of UNIX commands.

Rev: lib/modules/Crypto/randomness.pmod:1.6
parent c7cfc976
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
#define PATH "/usr/sbin:/usr/etc:/usr/bin/:/sbin/:/etc:/bin" #define PATH "/usr/sbin:/usr/etc:/usr/bin/:/sbin/:/etc:/bin"
#ifndef __NT__ #ifndef __NT__
#define SYSTEM_COMMANDS ({ "last -256", \ #define SYSTEM_COMMANDS ({ "last -256", "arp -a", \
"netstat -anv","netstat -mv","netstat -sv", \ "netstat -anv","netstat -mv","netstat -sv", \
"uptime","ps -fel","ps aux", \ "uptime","ps -fel","ps aux", \
"vmstat -s","vmstat -M", \ "vmstat -s","vmstat -M", \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment