From 73361d0ccc6afab332169322f485f45b1338dc71 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 19 Jan 2023 00:30:08 -0500 Subject: cleanup --- Makefile | 3 +-- etc/profile-a-l/dig.profile | 2 +- etc/profile-a-l/host.profile | 2 +- etc/profile-m-z/nslookup.profile | 2 +- etc/profile-m-z/ping.profile | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 3dfd6a3b6..f2cd3aa75 100644 --- a/Makefile +++ b/Makefile @@ -276,8 +276,7 @@ $(TEST_TARGETS): # extract some data about the testing setup: kernel, network connectivity, user -lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts; dig dns.quad9.net; ping -c 3 dns.quad9.net - +lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts; dig dns.quad9.net; test: lab-setup test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters echo "TEST COMPLETE" diff --git a/etc/profile-a-l/dig.profile b/etc/profile-a-l/dig.profile index 5ae3a81c6..abd3f772c 100644 --- a/etc/profile-a-l/dig.profile +++ b/etc/profile-a-l/dig.profile @@ -48,7 +48,7 @@ tracelog disable-mnt private-bin bash,dig,sh private-dev -private-etc login.defs,passwd,resolv.conf +private-etc alternatives,ld.so.conf.d,ld.so.preload,login.defs,passwd,resolv.conf # Add the next line to your dig.local on non Debian/Ubuntu OS (see issue #3038). #private-lib private-tmp diff --git a/etc/profile-a-l/host.profile b/etc/profile-a-l/host.profile index a9c9d81b2..ea70d36fa 100644 --- a/etc/profile-a-l/host.profile +++ b/etc/profile-a-l/host.profile @@ -42,7 +42,7 @@ tracelog disable-mnt private private-bin bash,host,sh -private-etc login.defs,passwd,resolv.conf +private-etc alternatives,ld.so.conf.d,ld.so.preload,login.defs,passwd,resolv.conf private-dev private-tmp diff --git a/etc/profile-m-z/nslookup.profile b/etc/profile-m-z/nslookup.profile index 8069daf52..ba6e693be 100644 --- a/etc/profile-m-z/nslookup.profile +++ b/etc/profile-m-z/nslookup.profile @@ -45,7 +45,7 @@ tracelog disable-mnt private-bin bash,nslookup,sh -private-etc login.defs,passwd,resolv.conf +private-etc alternatives,ld.so.conf.d,ld.so.preload,login.defs,passwd,resolv.conf private-dev private-tmp diff --git a/etc/profile-m-z/ping.profile b/etc/profile-m-z/ping.profile index c86cf13da..f5f28cadd 100644 --- a/etc/profile-m-z/ping.profile +++ b/etc/profile-m-z/ping.profile @@ -56,7 +56,7 @@ private #private-bin ping - has mammoth problems with execvp: "No such file or directory" private-cache private-dev -private-etc alternatives,ca-certificates,crypto-policies,hosts,login.defs,passwd,pki,resolv.conf,ssl +private-etc alternatives,ld.so.cache,ld.so.preload,ca-certificates,crypto-policies,hosts,login.defs,passwd,pki,resolv.conf,ssl private-lib private-tmp -- cgit v1.2.3-54-g00ecf