aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/unrar.profile
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2020-12-15 19:05:54 +0000
committerLibravatar GitHub <noreply@github.com>2020-12-15 19:05:54 +0000
commit4a40e2a5f2009cf282dd783e73e1fb860ac758ba (patch)
tree98ab549570bd67a4987bb2b1ad019b372c205f54 /etc/profile-m-z/unrar.profile
parentRunuser fixes (#3826) (diff)
downloadfirejail-4a40e2a5f2009cf282dd783e73e1fb860ac758ba.tar.gz
firejail-4a40e2a5f2009cf282dd783e73e1fb860ac758ba.tar.zst
firejail-4a40e2a5f2009cf282dd783e73e1fb860ac758ba.zip
Refactor archivers (#3820)
* Create archiver-common.inc * add apparmor to archiver-common.inc * refactor 7z.profile * refactor ar.profile * refactor atool.profile * refactor bsdtar.profile * refactor cpio.profile * refactor gzip.profile * refactor tar.profile * refactor unrar.profile * refactor unzip.profile * refactor xzdec.profile * refactor zstd.profile * rewording * blacklist ${RUNUSER} in archiver-common.inc Thanks to @rusty-snake for suggesting this. * drop non-sensical ${RUNUSER}/wayland-* blacklisting in archiver-common.inc See discussion in https://github.com/netblue30/firejail/pull/3820#discussion_r543523343
Diffstat (limited to 'etc/profile-m-z/unrar.profile')
-rw-r--r--etc/profile-m-z/unrar.profile36
1 files changed, 3 insertions, 33 deletions
diff --git a/etc/profile-m-z/unrar.profile b/etc/profile-m-z/unrar.profile
index e07a6fc93..cbf0e8679 100644
--- a/etc/profile-m-z/unrar.profile
+++ b/etc/profile-m-z/unrar.profile
@@ -7,40 +7,10 @@ include unrar.local
7# Persistent global definitions 7# Persistent global definitions
8include globals.local 8include globals.local
9 9
10blacklist ${RUNUSER}/wayland-* 10ignore nogroups
11 11ignore private-cache
12include disable-common.inc 12include archiver-common.inc
13include disable-devel.inc
14include disable-exec.inc
15include disable-interpreters.inc
16include disable-passwdmgr.inc
17include disable-programs.inc
18include disable-shell.inc
19
20caps.drop all
21hostname unrar
22ipc-namespace
23machine-id
24net none
25no3d
26nodvd
27#nogroups
28nonewprivs
29#noroot
30nosound
31notv
32nou2f
33novideo
34protocol unix
35seccomp
36shell none
37tracelog
38x11 none
39 13
40private-bin unrar 14private-bin unrar
41private-dev
42private-etc alternatives,group,localtime,passwd 15private-etc alternatives,group,localtime,passwd
43private-tmp 16private-tmp
44
45dbus-user none
46dbus-system none