mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
some profile updates
This commit is contained in:
parent
ebb8d8390e
commit
8a5ec7b107
5 changed files with 13 additions and 4 deletions
12
Makefile
12
Makefile
|
|
@ -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"
|
||||
|
||||
##########################################
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -42,6 +42,7 @@ tracelog
|
|||
disable-mnt
|
||||
private
|
||||
private-bin bash,host,sh
|
||||
private-etc resolv.conf,login.defs,passwd
|
||||
private-dev
|
||||
private-tmp
|
||||
|
||||
|
|
|
|||
|
|
@ -45,6 +45,7 @@ tracelog
|
|||
|
||||
disable-mnt
|
||||
private-bin bash,nslookup,sh
|
||||
private-etc resolv.conf,login.defs,passwd
|
||||
private-dev
|
||||
private-tmp
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue