summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar valoq <valoq@mailbox.org>2016-12-21 11:39:14 +0100
committerLibravatar valoq <valoq@mailbox.org>2016-12-21 11:39:14 +0100
commit4ed9a798064610c86cd9167fb098969dd6665b8f (patch)
tree1849ee71e359e69c7f7b6ca3b0bd0e3df8c44bc9 /etc
parentprofile improvements (diff)
downloadfirejail-4ed9a798064610c86cd9167fb098969dd6665b8f.tar.gz
firejail-4ed9a798064610c86cd9167fb098969dd6665b8f.tar.zst
firejail-4ed9a798064610c86cd9167fb098969dd6665b8f.zip
more profile improvements
Diffstat (limited to 'etc')
-rw-r--r--etc/elinks.profile3
-rw-r--r--etc/highlight.profile4
-rw-r--r--etc/lynx.profile3
-rw-r--r--etc/mediainfo.profile3
-rw-r--r--etc/w3m.profile3
5 files changed, 16 insertions, 0 deletions
diff --git a/etc/elinks.profile b/etc/elinks.profile
index df817ea56..ade15f203 100644
--- a/etc/elinks.profile
+++ b/etc/elinks.profile
@@ -11,12 +11,15 @@ nogroups
11nonewprivs 11nonewprivs
12noroot 12noroot
13nosound 13nosound
14no3d
14protocol unix,inet,inet6 15protocol unix,inet,inet6
15seccomp 16seccomp
16netfilter 17netfilter
17shell none 18shell none
18tracelog 19tracelog
19 20
21blacklist /tmp/.X11-unix
22
20# private-bin elinks 23# private-bin elinks
21private-tmp 24private-tmp
22private-dev 25private-dev
diff --git a/etc/highlight.profile b/etc/highlight.profile
index f95f3924a..4bab18349 100644
--- a/etc/highlight.profile
+++ b/etc/highlight.profile
@@ -13,10 +13,14 @@ protocol unix
13seccomp 13seccomp
14netfilter 14netfilter
15net none 15net none
16no3d
16shell none 17shell none
17tracelog 18tracelog
18 19
20blacklist /tmp/.X11-unix
21
19private-bin highlight 22private-bin highlight
23# private-etc none
20private-tmp 24private-tmp
21private-dev 25private-dev
22 26
diff --git a/etc/lynx.profile b/etc/lynx.profile
index 6e150f62e..3e8d72103 100644
--- a/etc/lynx.profile
+++ b/etc/lynx.profile
@@ -9,12 +9,15 @@ nogroups
9nonewprivs 9nonewprivs
10noroot 10noroot
11nosound 11nosound
12no3d
12protocol unix,inet,inet6 13protocol unix,inet,inet6
13seccomp 14seccomp
14netfilter 15netfilter
15shell none 16shell none
16tracelog 17tracelog
17 18
19blacklist /tmp/.X11-unix
20
18# private-bin lynx 21# private-bin lynx
19private-tmp 22private-tmp
20private-dev 23private-dev
diff --git a/etc/mediainfo.profile b/etc/mediainfo.profile
index c07a9a9e8..65d12c49e 100644
--- a/etc/mediainfo.profile
+++ b/etc/mediainfo.profile
@@ -9,6 +9,7 @@ nogroups
9nonewprivs 9nonewprivs
10noroot 10noroot
11nosound 11nosound
12no3d
12protocol unix 13protocol unix
13seccomp 14seccomp
14netfilter 15netfilter
@@ -16,6 +17,8 @@ net none
16shell none 17shell none
17tracelog 18tracelog
18 19
20blacklist /tmp/.X11-unix
21
19private-bin mediainfo 22private-bin mediainfo
20private-tmp 23private-tmp
21private-dev 24private-dev
diff --git a/etc/w3m.profile b/etc/w3m.profile
index d765217cf..7ee91bb70 100644
--- a/etc/w3m.profile
+++ b/etc/w3m.profile
@@ -11,12 +11,15 @@ nogroups
11nonewprivs 11nonewprivs
12noroot 12noroot
13nosound 13nosound
14no3d
14protocol unix,inet,inet6 15protocol unix,inet,inet6
15seccomp 16seccomp
16netfilter 17netfilter
17shell none 18shell none
18tracelog 19tracelog
19 20
21blacklist /tmp/.X11-unix
22
20# private-bin w3m 23# private-bin w3m
21private-tmp 24private-tmp
22private-dev 25private-dev