diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2021-09-27 01:04:56 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2021-09-27 01:04:56 +0200 |
commit | 2a6417132a6f139cd6b4c138f853f1a3b17eabeb (patch) | |
tree | 3e56106b97424fe89bfa49ad010fe632ef202f58 | |
parent | 0f0c1ba0a3e47f8f97fa7e4df724dbc3a5ca08be (diff) | |
download | mbuto-2a6417132a6f139cd6b4c138f853f1a3b17eabeb.tar mbuto-2a6417132a6f139cd6b4c138f853f1a3b17eabeb.tar.gz mbuto-2a6417132a6f139cd6b4c138f853f1a3b17eabeb.tar.bz2 mbuto-2a6417132a6f139cd6b4c138f853f1a3b17eabeb.tar.lz mbuto-2a6417132a6f139cd6b4c138f853f1a3b17eabeb.tar.xz mbuto-2a6417132a6f139cd6b4c138f853f1a3b17eabeb.tar.zst mbuto-2a6417132a6f139cd6b4c138f853f1a3b17eabeb.zip |
mbuto: Add 'seq' and 'bc' to passt profile
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rwxr-xr-x | mbuto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ profile_passt() { modprobe find grep mknod mv rm umount udhcpc jq iperf3 dhclient busybox logger sed tr chown sipcalc cut md5sum nc dd strace ping tail killall sleep sysctl nproc - tcp_rr tcp_crr udp_rr which tee" + tcp_rr tcp_crr udp_rr which tee seq bc" LINKS=" ash,dash,bash /init ash,dash,bash /bin/sh |