aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-12-09 16:17:21 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2018-12-09 20:13:20 +0100
commit0817f1556d6d55e057d1d6bc44467ea60bdcad3a (patch)
tree9ad8f5ae96ac77e22540bb4dda8e851de121daf4
parentmerges (diff)
downloadfirejail-0817f1556d6d55e057d1d6bc44467ea60bdcad3a.tar.gz
firejail-0817f1556d6d55e057d1d6bc44467ea60bdcad3a.tar.zst
firejail-0817f1556d6d55e057d1d6bc44467ea60bdcad3a.zip
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