add sockstat alias

This commit is contained in:
Andrei Buzoianu 2020-10-13 17:15:57 +03:00 committed by GitHub
parent dfb89f2e15
commit 4e1e9d7fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ set -U grc_plugin_execs cat cvs df diff dig gcc g++ ls ifconfig \
wdiff blkid du dnf docker docker-compose docker-machine env id ip iostat journalctl kubectl \
last lsattr lsblk lspci lsmod lsof getfacl getsebool ulimit uptime nmap \
fdisk findmnt free semanage sar ss sysctl systemctl stat showmount \
tcpdump tune2fs vmstat w who
tcpdump tune2fs vmstat w who sockstat
for executable in $grc_plugin_execs
if type -q $executable