aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-10-16 08:58:30 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-10-16 08:58:30 -0400
commitf25fa5cbc2859e4b9f13fcfea79942e1056e1a89 (patch)
tree08657bd95245d1e8495cc1ba63ad5a395d54109b /etc
parentspeed up travis (diff)
downloadfirejail-f25fa5cbc2859e4b9f13fcfea79942e1056e1a89.tar.gz
firejail-f25fa5cbc2859e4b9f13fcfea79942e1056e1a89.tar.zst
firejail-f25fa5cbc2859e4b9f13fcfea79942e1056e1a89.zip
added private-lib to eog, eom, file, gpicview, less, strings, and tar
Diffstat (limited to 'etc')
-rw-r--r--etc/eog.profile1
-rw-r--r--etc/eom.profile1
-rw-r--r--etc/file.profile1
-rw-r--r--etc/gpicview.profile1
-rw-r--r--etc/less.profile3
-rw-r--r--etc/strings.profile3
-rw-r--r--etc/tar.profile1
7 files changed, 9 insertions, 2 deletions
diff --git a/etc/eog.profile b/etc/eog.profile
index 5ff926371..112ec7c98 100644
--- a/etc/eog.profile
+++ b/etc/eog.profile
@@ -34,6 +34,7 @@ shell none
34private-bin eog 34private-bin eog
35private-dev 35private-dev
36private-etc fonts 36private-etc fonts
37private-lib
37private-tmp 38private-tmp
38 39
39memory-deny-write-execute 40memory-deny-write-execute
diff --git a/etc/eom.profile b/etc/eom.profile
index 802578959..af7ded91a 100644
--- a/etc/eom.profile
+++ b/etc/eom.profile
@@ -35,6 +35,7 @@ tracelog
35private-bin eom 35private-bin eom
36private-dev 36private-dev
37private-etc fonts 37private-etc fonts
38private-lib
38private-tmp 39private-tmp
39 40
40memory-deny-write-execute 41memory-deny-write-execute
diff --git a/etc/file.profile b/etc/file.profile
index a83b2cf7d..2316b8e9b 100644
--- a/etc/file.profile
+++ b/etc/file.profile
@@ -31,6 +31,7 @@ x11 none
31private-bin file 31private-bin file
32private-dev 32private-dev
33private-etc magic.mgc,magic,localtime 33private-etc magic.mgc,magic,localtime
34private-lib
34 35
35memory-deny-write-execute 36memory-deny-write-execute
36noexec ${HOME} 37noexec ${HOME}
diff --git a/etc/gpicview.profile b/etc/gpicview.profile
index 1842c9cb1..b37af2843 100644
--- a/etc/gpicview.profile
+++ b/etc/gpicview.profile
@@ -31,4 +31,5 @@ tracelog
31private-bin gpicview 31private-bin gpicview
32private-dev 32private-dev
33private-etc fonts 33private-etc fonts
34private-lib
34private-tmp 35private-tmp
diff --git a/etc/less.profile b/etc/less.profile
index e1c42ed76..0935f8945 100644
--- a/etc/less.profile
+++ b/etc/less.profile
@@ -20,8 +20,9 @@ tracelog
20writable-var-log 20writable-var-log
21 21
22# The user can have a custom coloring scritps configured in ~/.lessfilter. 22# The user can have a custom coloring scritps configured in ~/.lessfilter.
23# Enable private-bin if you are not using any filter. 23# Enable private-bin and private-lib if you are not using any filter.
24# private-bin less 24# private-bin less
25# private-lib
25private-dev 26private-dev
26 27
27memory-deny-write-execute 28memory-deny-write-execute
diff --git a/etc/strings.profile b/etc/strings.profile
index 90bb35ecd..83561cae5 100644
--- a/etc/strings.profile
+++ b/etc/strings.profile
@@ -18,8 +18,9 @@ novideo
18shell none 18shell none
19tracelog 19tracelog
20 20
21# private-bin strings - breaking on Debian 21private-bin strings
22private-dev 22private-dev
23private-lib
23 24
24memory-deny-write-execute 25memory-deny-write-execute
25 26
diff --git a/etc/tar.profile b/etc/tar.profile
index c8c0b2cae..92ddaa2f3 100644
--- a/etc/tar.profile
+++ b/etc/tar.profile
@@ -23,5 +23,6 @@ tracelog
23private-bin sh,bash,tar,gtar,compress,gzip,lzma,xz,bzip2,lbzip2,lzip,lzop 23private-bin sh,bash,tar,gtar,compress,gzip,lzma,xz,bzip2,lbzip2,lzip,lzop
24private-dev 24private-dev
25private-etc passwd,group,localtime 25private-etc passwd,group,localtime
26private-lib
26 27
27include /etc/firejail/default.profile 28include /etc/firejail/default.profile