aboutsummaryrefslogtreecommitdiffstats
path: root/etc/newsboat.profile
diff options
context:
space:
mode:
authorLibravatar curiosity-seeker <my-github@mailbox.org>2019-04-17 07:00:13 +0000
committerLibravatar rusty-snake <print_hello_world+GitHub@protonmail.com>2019-04-17 07:00:13 +0000
commit11edb11c0d1620f753d43b1676077793a169b2d1 (patch)
tree49a25d47d1600c188f175771f24b9ee18b385fa3 /etc/newsboat.profile
parentFix PostScript files opening in Evince (#2656) (diff)
downloadfirejail-11edb11c0d1620f753d43b1676077793a169b2d1.tar.gz
firejail-11edb11c0d1620f753d43b1676077793a169b2d1.tar.zst
firejail-11edb11c0d1620f753d43b1676077793a169b2d1.zip
Profiles for gramps, newsboat and freeoffice (#2652)
* Update firecfg.config * Create gramps.profile * Update disable-programs.inc * Create newsboat.profile * Update disable-programs.inc * Update firecfg.config * Create freeoffice-planmaker * Create freeoffice-textmaker * Create freeoffice-presentations * Update disable-programs.inc * Update firecfg.config * Update newsboat.profile * Update newsboat.profile * Update gramps.profile * Update freeoffice-textmaker * Update freeoffice-planmaker * Update freeoffice-presentations * Update freeoffice-planmaker * Update freeoffice-presentations * Update freeoffice-textmaker * Rename freeoffice-planmaker to freeoffice-planmaker.profile * Rename freeoffice-presentations to freeoffice-presentations.profile * Rename freeoffice-textmaker to freeoffice-textmaker.profile * Update gramps.profile * Update freeoffice-planmaker.profile * Update freeoffice-presentations.profile * Update freeoffice-textmaker.profile * Update freeoffice-textmaker.profile * Update freeoffice-presentations.profile * Update newsboat.profile * Update gramps.profile * Update freeoffice-planmaker.profile * Update freeoffice-presentations.profile * Update freeoffice-textmaker.profile
Diffstat (limited to 'etc/newsboat.profile')
-rw-r--r--etc/newsboat.profile48
1 files changed, 48 insertions, 0 deletions
diff --git a/etc/newsboat.profile b/etc/newsboat.profile
new file mode 100644
index 000000000..0fed5bd06
--- /dev/null
+++ b/etc/newsboat.profile
@@ -0,0 +1,48 @@
1# Firejail profile for Newsboat
2# Description: RSS program
3# This file is overwritten after every install/update
4# Persistent local customizations
5include newsboat.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.newsboat
10
11include disable-common.inc
12include disable-devel.inc
13include disable-exec.inc
14include disable-interpreters.inc
15include disable-passwdmgr.inc
16include disable-programs.inc
17include disable-xdg.inc
18
19mkdir ${HOME}/.newsboat
20whitelist ${HOME}/.newsboat
21include whitelist-common.inc
22include whitelist-var-common.inc
23
24caps.drop all
25ipc-namespace
26netfilter
27no3d
28nodbus
29nodvd
30nogroups
31nonewprivs
32noroot
33notv
34nou2f
35novideo
36protocol inet,inet6
37seccomp
38shell none
39
40disable-mnt
41private-bin newsboat
42private-cache
43private-dev
44private-etc alternatives,ca-certificates,crypto-policies,pki,resolv.conf,ssl,terminfo
45private-tmp
46
47memory-deny-write-execute
48