aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-12-13 03:25:20 +0100
committerLibravatar GitHub <noreply@github.com>2018-12-13 03:25:20 +0100
commit24e6d64445436963340c6104353b1c078a48415d (patch)
tree456d823d1a2ce998112bce359e3b4adbce737b99
parentRevert "pulseaudio: use env variable fallback in more cases" (diff)
parentenable apparmor in libreoffice profile (diff)
downloadfirejail-24e6d64445436963340c6104353b1c078a48415d.tar.gz
firejail-24e6d64445436963340c6104353b1c078a48415d.tar.zst
firejail-24e6d64445436963340c6104353b1c078a48415d.zip
Merge pull request #2293 from smitsohu/smitsohu-patch-libreoffice
enable apparmor in libreoffice profile
-rw-r--r--etc/libreoffice.profile18
1 files changed, 11 insertions, 7 deletions
diff --git a/etc/libreoffice.profile b/etc/libreoffice.profile
index 1a3f6cbd1..102760513 100644
--- a/etc/libreoffice.profile
+++ b/etc/libreoffice.profile
@@ -24,23 +24,27 @@ include disable-programs.inc
24 24
25include whitelist-var-common.inc 25include whitelist-var-common.inc
26 26
27# Ubuntu 18.04 uses its own apparmor profile 27# ubuntu 18.04 comes with its own apparmor profile, but it is not in enforce mode.
28# uncomment the next line if you are not on Ubuntu 28# comment the next line to use the ubuntu profile instead of firejail's apparmor profile
29#apparmor 29apparmor
30caps.drop all 30caps.drop all
31machine-id 31machine-id
32netfilter 32netfilter
33#nodbus 33#nodbus
34nodvd 34nodvd
35nogroups 35nogroups
36#nonewprivs - fix for Ubuntu 18.04/Debian 10 36# comment nonewprivs when using the ubuntu 18.04/debian 10 apparmor profile
37nonewprivs
37noroot 38noroot
38notv 39notv
39nou2f 40nou2f
40#protocol unix,inet,inet6 - fix for Ubuntu 18.04/Debian 10 41# comment the protocol line when using the ubuntu 18.04/debian 10 apparmor profile
41#seccomp - fix for Ubuntu 18.04/Debian 10 42protocol unix,inet,inet6
43# comment seccomp when using the ubuntu 18.04/debian 10 apparmor profile
44seccomp
42shell none 45shell none
43#tracelog - problems reported by Ubuntu 18.04 apparmor profile in /var/log/syslog 46# comment tracelog when using the ubuntu 18.04/debian 10 apparmor profile
47tracelog
44 48
45private-dev 49private-dev
46private-tmp 50private-tmp