aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <print_hello_world+Public@protonmail.com>2019-10-28 21:41:42 +0000
committerLibravatar GitHub <noreply@github.com>2019-10-28 21:41:42 +0000
commit8de47c4627dea11f2bd39ad891d3dd778995a1c5 (patch)
tree7dc19db8da739975ed9726ee2321022346fc9924
parentRework waterfox profile (#3014) (diff)
downloadfirejail-8de47c4627dea11f2bd39ad891d3dd778995a1c5.tar.gz
firejail-8de47c4627dea11f2bd39ad891d3dd778995a1c5.tar.zst
firejail-8de47c4627dea11f2bd39ad891d3dd778995a1c5.zip
Fix ebook-viewer/calibre on manjaro (#2998)
* Fix ebook-viewer on manjaro closes #2996 * Move fix to calibre.profile
-rw-r--r--etc/calibre.profile6
-rw-r--r--etc/ebook-viewer.profile2
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/calibre.profile b/etc/calibre.profile
index 363e9191d..ad6f0aa0d 100644
--- a/etc/calibre.profile
+++ b/etc/calibre.profile
@@ -21,7 +21,6 @@ include whitelist-var-common.inc
21 21
22caps.drop all 22caps.drop all
23netfilter 23netfilter
24no3d
25nodvd 24nodvd
26nogroups 25nogroups
27nonewprivs 26nonewprivs
@@ -30,10 +29,9 @@ nosound
30notv 29notv
31nou2f 30nou2f
32novideo 31novideo
33protocol unix,inet,inet6 32protocol unix,inet,inet6,netlink
34seccomp 33seccomp !chroot
35shell none 34shell none
36tracelog
37 35
38private-dev 36private-dev
39private-tmp 37private-tmp
diff --git a/etc/ebook-viewer.profile b/etc/ebook-viewer.profile
index b2fd635b1..29cb87a62 100644
--- a/etc/ebook-viewer.profile
+++ b/etc/ebook-viewer.profile
@@ -1,5 +1,7 @@
1# Firejail profile alias for calibre 1# Firejail profile alias for calibre
2# This file is overwritten after every install/update 2# This file is overwritten after every install/update
3# Persistent local customizations
4include ebook-viewer.local
3 5
4net none 6net none
5nodbus 7nodbus