some profile updates

This commit is contained in:
netblue30 2023-01-18 23:18:19 -05:00
parent ebb8d8390e
commit 8a5ec7b107
5 changed files with 13 additions and 4 deletions

View file

@ -274,13 +274,19 @@ TEST_TARGETS=$(patsubst %,test-%,$(TESTS))
$(TEST_TARGETS):
$(MAKE) -C test $(subst test-,,$@)
test: 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
# extract some data about the testing setup: kernel, network connectivity, pwd
lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts; ping -c 3 yahoo.com; dig yahoo.com; host yahoo.com; nslookup yahoo.com;
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"
test-noprofiles: test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters
test-noprofiles: lab-setup 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"
test-github: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment
test-github: lab-setup test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment
echo "TEST COMPLETE"
##########################################

View file

@ -48,6 +48,7 @@ tracelog
disable-mnt
private-bin bash,dig,sh
private-dev
private-etc resolv.conf,login.defs,passwd
# Add the next line to your dig.local on non Debian/Ubuntu OS (see issue #3038).
#private-lib
private-tmp

View file

@ -42,6 +42,7 @@ tracelog
disable-mnt
private
private-bin bash,host,sh
private-etc resolv.conf,login.defs,passwd
private-dev
private-tmp

View file

@ -45,6 +45,7 @@ tracelog
disable-mnt
private-bin bash,nslookup,sh
private-etc resolv.conf,login.defs,passwd
private-dev
private-tmp

View file

@ -57,7 +57,7 @@ private
private-cache
private-dev
# /etc/hosts is required in private-etc; however, just adding it to the list doesn't solve the problem!
#private-etc alternatives,ca-certificates,crypto-policies,hosts,pki,resolv.conf,ssl
private-etc alternatives,ca-certificates,crypto-policies,hosts,pki,resolv.conf,ssl,passwd,login.defs
private-lib
private-tmp