From 95adcaf875ada23a97c6385178e55fbbfb252006 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 18 Jun 2024 07:15:56 +0200 Subject: [PATCH] add cofig for rustscan --- usr/lib/archboot/cpio/hooks/net | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/lib/archboot/cpio/hooks/net b/usr/lib/archboot/cpio/hooks/net index afd8cbf9a..0dbf416ec 100644 --- a/usr/lib/archboot/cpio/hooks/net +++ b/usr/lib/archboot/cpio/hooks/net @@ -10,8 +10,8 @@ _run () # add iproute 2, add openssl helper libraries _map _full_dir /usr/lib/{tc,engines-3} /usr/share/tc # add config for rustmap, no nmap available - echo "ulimit = 5000" >> ${_ROOTDIR}/root/.rustscan.toml - echo "scripts = \"None\"" ${_ROOTDIR}/root/.rustscan.toml + echo "ulimit = 5000" >> ${_ROOTFS}/root/.rustscan.toml + echo "scripts = \"None\"" ${_ROOTFS}/root/.rustscan.toml # add elinks defaults _file_rename /usr/share/archboot/net/etc/elinks/bookmarks /etc/elinks/bookmarks _file_rename /usr/share/archboot/net/etc/profile.d/elinks.sh /etc/profile.d/elinks.sh