aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-20 20:06:06 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-20 20:06:06 -0500
commitc2b6b6b1a348d70b776983051851e42ba66ab271 (patch)
treec4d2a98348bfdd32d4ee47b5d08a4fcaa8bf534c /Makefile
parentRELNOTES: add modif and docs items (diff)
downloadfirejail-c2b6b6b1a348d70b776983051851e42ba66ab271.tar.gz
firejail-c2b6b6b1a348d70b776983051851e42ba66ab271.tar.zst
firejail-c2b6b6b1a348d70b776983051851e42ba66ab271.zip
private-etc rework: remove hiding blacklisted files in private-etc directory feature
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f2cd3aa75..b1f4a1fbc 100644
--- a/Makefile
+++ b/Makefile
@@ -276,7 +276,7 @@ $(TEST_TARGETS):
276 276
277 277
278# extract some data about the testing setup: kernel, network connectivity, user 278# extract some data about the testing setup: kernel, network connectivity, user
279lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts; dig dns.quad9.net; 279lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts
280 280
281test: 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 281test: 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
282 echo "TEST COMPLETE" 282 echo "TEST COMPLETE"