aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-04-30 09:32:15 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-04-30 09:32:15 -0400
commita6c97ef348046929a7d8528d10c0949fd64c9b62 (patch)
tree44f36d9789b8022a6a799e6222075b5c354ff72a /etc
parenttesting (diff)
downloadfirejail-a6c97ef348046929a7d8528d10c0949fd64c9b62.tar.gz
firejail-a6c97ef348046929a7d8528d10c0949fd64c9b62.tar.zst
firejail-a6c97ef348046929a7d8528d10c0949fd64c9b62.zip
LibreOffice on Ubuntu 18.04 - potential fix for #1917
Diffstat (limited to 'etc')
-rw-r--r--etc/libreoffice.profile12
1 files changed, 7 insertions, 5 deletions
diff --git a/etc/libreoffice.profile b/etc/libreoffice.profile
index d82ff87f4..18fcc59c6 100644
--- a/etc/libreoffice.profile
+++ b/etc/libreoffice.profile
@@ -23,20 +23,22 @@ include /etc/firejail/disable-programs.inc
23 23
24include /etc/firejail/whitelist-var-common.inc 24include /etc/firejail/whitelist-var-common.inc
25 25
26apparmor 26# Ubuntu 18.04 uses its own apparmor profile
27# uncomment the next line if you are not on Ubuntu
28#apparmor
27caps.drop all 29caps.drop all
28machine-id 30machine-id
29netfilter 31netfilter
30nodbus 32nodbus
31nodvd 33nodvd
32nogroups 34nogroups
33#nonewprivs - potential fix for Ubuntu 18.04/Debian 10 35#nonewprivs - fix for Ubuntu 18.04/Debian 10
34noroot 36noroot
35notv 37notv
36#protocol unix,inet,inet6 - potential fix for Ubuntu 18.04/Debian 10 38#protocol unix,inet,inet6 - fix for Ubuntu 18.04/Debian 10
37#seccomp - potential fix for Ubuntu 18.04/Debian 10 39#seccomp - fix for Ubuntu 18.04/Debian 10
38shell none 40shell none
39tracelog 41#tracelog - problems reported by Ubuntu 18.04 apparmor profile in /var/log/syslog
40 42
41private-dev 43private-dev
42private-tmp 44private-tmp