aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/dnscrypt-proxy.profile1
-rw-r--r--etc/dnsmasq.profile1
-rw-r--r--etc/file.profile6
-rw-r--r--etc/gzip.profile5
-rw-r--r--etc/server.profile2
-rw-r--r--etc/tar.profile6
-rw-r--r--etc/unrar.profile6
-rw-r--r--etc/unzip.profile6
-rw-r--r--etc/uudeview.profile2
-rw-r--r--etc/xzdec.profile5
10 files changed, 34 insertions, 6 deletions
diff --git a/etc/dnscrypt-proxy.profile b/etc/dnscrypt-proxy.profile
index 90c244e03..926b8bfcc 100644
--- a/etc/dnscrypt-proxy.profile
+++ b/etc/dnscrypt-proxy.profile
@@ -9,5 +9,6 @@ include /etc/firejail/disable-passwdmgr.inc
9private 9private
10private-dev 10private-dev
11nosound 11nosound
12no3d
12seccomp.drop mount,umount2,ptrace,kexec_load,kexec_file_load,open_by_handle_at,init_module,finit_module,delete_module,iopl,ioperm,swapon,swapoff,syslog,process_vm_readv,process_vm_writev,sysfs,_sysctl,adjtimex,clock_adjtime,lookup_dcookie,perf_event_open,fanotify_init,kcmp,add_key,request_key,keyctl,uselib,acct,modify_ldt,pivot_root,io_setup,io_destroy,io_getevents,io_submit,io_cancel,remap_file_pages,mbind,get_mempolicy,set_mempolicy,migrate_pages,move_pages,vmsplice,perf_event_open 13seccomp.drop mount,umount2,ptrace,kexec_load,kexec_file_load,open_by_handle_at,init_module,finit_module,delete_module,iopl,ioperm,swapon,swapoff,syslog,process_vm_readv,process_vm_writev,sysfs,_sysctl,adjtimex,clock_adjtime,lookup_dcookie,perf_event_open,fanotify_init,kcmp,add_key,request_key,keyctl,uselib,acct,modify_ldt,pivot_root,io_setup,io_destroy,io_getevents,io_submit,io_cancel,remap_file_pages,mbind,get_mempolicy,set_mempolicy,migrate_pages,move_pages,vmsplice,perf_event_open
13 14
diff --git a/etc/dnsmasq.profile b/etc/dnsmasq.profile
index 1c01d44e4..3bd43f144 100644
--- a/etc/dnsmasq.profile
+++ b/etc/dnsmasq.profile
@@ -12,5 +12,6 @@ nonewprivs
12private 12private
13private-dev 13private-dev
14nosound 14nosound
15no3d
15protocol unix,inet,inet6,netlink 16protocol unix,inet,inet6,netlink
16seccomp 17seccomp
diff --git a/etc/file.profile b/etc/file.profile
index c2d7b0b0f..860f7b104 100644
--- a/etc/file.profile
+++ b/etc/file.profile
@@ -7,7 +7,11 @@ tracelog
7net none 7net none
8shell none 8shell none
9private-bin file 9private-bin file
10private-dev
11private-etc magic.mgc,magic,localtime 10private-etc magic.mgc,magic,localtime
12hostname file 11hostname file
12private-dev
13nosound 13nosound
14no3d
15private-tmp
16blacklist /tmp/.X11-unix
17
diff --git a/etc/gzip.profile b/etc/gzip.profile
index ce4aa3c4b..4843839c5 100644
--- a/etc/gzip.profile
+++ b/etc/gzip.profile
@@ -5,6 +5,9 @@ include /etc/firejail/default.profile
5tracelog 5tracelog
6net none 6net none
7shell none 7shell none
8private-dev
9private-tmp 8private-tmp
9blacklist /tmp/.X11-unix
10private-dev
10nosound 11nosound
12no3d
13
diff --git a/etc/server.profile b/etc/server.profile
index 88331d951..22cef0a3c 100644
--- a/etc/server.profile
+++ b/etc/server.profile
@@ -9,6 +9,8 @@ include /etc/firejail/disable-passwdmgr.inc
9private 9private
10private-dev 10private-dev
11nosound 11nosound
12no3d
12private-tmp 13private-tmp
14blacklist /tmp/.X11-unix
13seccomp 15seccomp
14 16
diff --git a/etc/tar.profile b/etc/tar.profile
index 78bf7ad13..3f6599784 100644
--- a/etc/tar.profile
+++ b/etc/tar.profile
@@ -10,6 +10,10 @@ shell none
10# support compressed archives 10# support compressed archives
11private-bin sh,tar,gtar,compress,gzip,lzma,xz,bzip2,lbzip2,lzip,lzop 11private-bin sh,tar,gtar,compress,gzip,lzma,xz,bzip2,lbzip2,lzip,lzop
12private-dev 12private-dev
13nosound
14no3d
13private-etc passwd,group,localtime 15private-etc passwd,group,localtime
14hostname tar 16hostname tar
15nosound 17private-tmp
18blacklist /tmp/.X11-unix
19
diff --git a/etc/unrar.profile b/etc/unrar.profile
index e941a8f2a..f29d1b51b 100644
--- a/etc/unrar.profile
+++ b/etc/unrar.profile
@@ -8,6 +8,10 @@ net none
8shell none 8shell none
9private-bin unrar 9private-bin unrar
10private-dev 10private-dev
11nosound
12no3d
11private-etc passwd,group,localtime 13private-etc passwd,group,localtime
12hostname unrar 14hostname unrar
13nosound 15private-tmp
16blacklist /tmp/.X11-unix
17
diff --git a/etc/unzip.profile b/etc/unzip.profile
index ab69e932e..957dbdd71 100644
--- a/etc/unzip.profile
+++ b/etc/unzip.profile
@@ -7,7 +7,11 @@ tracelog
7net none 7net none
8shell none 8shell none
9private-bin unzip 9private-bin unzip
10private-dev
11private-etc passwd,group,localtime 10private-etc passwd,group,localtime
12hostname unzip 11hostname unzip
12private-dev
13nosound 13nosound
14no3d
15private-tmp
16blacklist /tmp/.X11-unix
17
diff --git a/etc/uudeview.profile b/etc/uudeview.profile
index f6fe0abf1..51e413493 100644
--- a/etc/uudeview.profile
+++ b/etc/uudeview.profile
@@ -13,3 +13,5 @@ private-tmp
13private-etc nonexisting_fakefile_for_empty_etc 13private-etc nonexisting_fakefile_for_empty_etc
14hostname uudeview 14hostname uudeview
15nosound 15nosound
16uudeview
17
diff --git a/etc/xzdec.profile b/etc/xzdec.profile
index 3692160e6..0647bddeb 100644
--- a/etc/xzdec.profile
+++ b/etc/xzdec.profile
@@ -5,6 +5,9 @@ include /etc/firejail/default.profile
5tracelog 5tracelog
6net none 6net none
7shell none 7shell none
8private-dev
9private-tmp 8private-tmp
9blacklist /tmp/.X11-unix
10private-dev
10nosound 11nosound
12no3d
13