aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@protonmail.com>2023-01-19 00:30:08 -0500
committerLibravatar netblue30 <netblue30@protonmail.com>2023-01-19 00:30:08 -0500
commit73361d0ccc6afab332169322f485f45b1338dc71 (patch)
treee9ac7c3f6b87df4b3f81619befec10603e90805e
parentmore profile fixes/testing (diff)
downloadfirejail-73361d0ccc6afab332169322f485f45b1338dc71.tar.gz
firejail-73361d0ccc6afab332169322f485f45b1338dc71.tar.zst
firejail-73361d0ccc6afab332169322f485f45b1338dc71.zip
cleanup
-rw-r--r--Makefile3
-rw-r--r--etc/profile-a-l/dig.profile2
-rw-r--r--etc/profile-a-l/host.profile2
-rw-r--r--etc/profile-m-z/nslookup.profile2
-rw-r--r--etc/profile-m-z/ping.profile2
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):
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; ping -c 3 dns.quad9.net 279lab-setup:; uname -r; pwd; whoami; cat /etc/resolv.conf; cat /etc/hosts; dig dns.quad9.net;
280
281 280
282test: 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
283 echo "TEST COMPLETE" 282 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
48disable-mnt 48disable-mnt
49private-bin bash,dig,sh 49private-bin bash,dig,sh
50private-dev 50private-dev
51private-etc login.defs,passwd,resolv.conf 51private-etc alternatives,ld.so.conf.d,ld.so.preload,login.defs,passwd,resolv.conf
52# Add the next line to your dig.local on non Debian/Ubuntu OS (see issue #3038). 52# Add the next line to your dig.local on non Debian/Ubuntu OS (see issue #3038).
53#private-lib 53#private-lib
54private-tmp 54private-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
42disable-mnt 42disable-mnt
43private 43private
44private-bin bash,host,sh 44private-bin bash,host,sh
45private-etc login.defs,passwd,resolv.conf 45private-etc alternatives,ld.so.conf.d,ld.so.preload,login.defs,passwd,resolv.conf
46private-dev 46private-dev
47private-tmp 47private-tmp
48 48
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
45 45
46disable-mnt 46disable-mnt
47private-bin bash,nslookup,sh 47private-bin bash,nslookup,sh
48private-etc login.defs,passwd,resolv.conf 48private-etc alternatives,ld.so.conf.d,ld.so.preload,login.defs,passwd,resolv.conf
49private-dev 49private-dev
50private-tmp 50private-tmp
51 51
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
56#private-bin ping - has mammoth problems with execvp: "No such file or directory" 56#private-bin ping - has mammoth problems with execvp: "No such file or directory"
57private-cache 57private-cache
58private-dev 58private-dev
59private-etc alternatives,ca-certificates,crypto-policies,hosts,login.defs,passwd,pki,resolv.conf,ssl 59private-etc alternatives,ld.so.cache,ld.so.preload,ca-certificates,crypto-policies,hosts,login.defs,passwd,pki,resolv.conf,ssl
60private-lib 60private-lib
61private-tmp 61private-tmp
62 62