mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
BibleTime profile
This commit is contained in:
parent
fb85de2ae5
commit
8201711def
7 changed files with 42 additions and 2 deletions
1
README
1
README
|
|
@ -183,6 +183,7 @@ Fred-Barclay (https://github.com/Fred-Barclay)
|
|||
- tighten keepassx
|
||||
- added Thunar profile
|
||||
- added mousepad, qpicview, and cvlc profiles
|
||||
- addedd BibleTime profile
|
||||
G4JC (http://sourceforge.net/u/gaming4jc/profile/)
|
||||
- ARM support
|
||||
- profile fixes
|
||||
|
|
|
|||
|
|
@ -196,4 +196,4 @@ simple-scan, skanlite, ssh-agent, tracker, transmission-cli, transmission-show,
|
|||
xed, pluma, Cryptocat, Bless, Gnome 2048, Gnome Calculator, Gnome Contacts, JD-GUI, Lollypop, MultiMC5,
|
||||
PDFSam, Pithos, Xonotic, wireshark, keepassx2, QupZilla, FossaMail, Uzbl browser, xmms, iridium browser,
|
||||
Kino, Thunar, Geeqie, Engrampa, Scribus, mousepad, gpicview, keepassxc, cvlc, MediathekView, baloo_file,
|
||||
Nylas,dino
|
||||
Nylas, dino, BibleTime
|
||||
|
|
|
|||
2
RELNOTES
2
RELNOTES
|
|
@ -36,7 +36,7 @@ firejail (0.9.46-rc1) baseline; urgency=low
|
|||
* new profiles: Xonotic, wireshark, keepassx2, QupZilla, FossaMail,
|
||||
* new profiles: Uzbl browser, iridium browser, Thunar, Geeqie, Engrampa,
|
||||
* new profiles: Scribus, mousepad, gpicview, keepassxc, cvlc, MediathekView,
|
||||
* new profiles: baloo_file, Nylas,dino
|
||||
* new profiles: baloo_file, Nylas, dino, BibleTime
|
||||
* bugfixes
|
||||
-- netblue30 <netblue30@yahoo.com> Fri, 7 Apr 2017 08:00:00 -0500
|
||||
|
||||
|
|
|
|||
35
etc/bibletime.profile
Normal file
35
etc/bibletime.profile
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# This file is overwritten during software install.
|
||||
# Persistent customizations should go in a .local file.
|
||||
include /etc/firejail/bibletime.local
|
||||
|
||||
# Firejail profile for BibleTime
|
||||
noblacklist ~/.sword
|
||||
noblacklist ~/.bibletime
|
||||
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-devel.inc
|
||||
include /etc/firejail/disable-passwdmgr.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
|
||||
whitelist ${HOME}/.config/qt5ct
|
||||
whitelist ${HOME}/.sword
|
||||
whitelist ${HOME}/.bibletime
|
||||
|
||||
blacklist ~/.bashrc
|
||||
blacklist ~/.Xauthority
|
||||
|
||||
caps.drop all
|
||||
netfilter
|
||||
nogroups
|
||||
nonewprivs
|
||||
noroot
|
||||
nosound
|
||||
protocol unix,inet,inet6,netlink
|
||||
seccomp
|
||||
shell none
|
||||
tracelog
|
||||
|
||||
#private-bin bibletime,qt5ct
|
||||
private-etc fonts,resolv.conf,sword,sword.conf,passwd
|
||||
private-dev
|
||||
private-tmp
|
||||
|
|
@ -18,6 +18,7 @@ blacklist ${HOME}/.atom
|
|||
blacklist ${HOME}/.attic
|
||||
blacklist ${HOME}/.audacity-data
|
||||
blacklist ${HOME}/.bcast5
|
||||
blacklist ${HOME}/.bibletime
|
||||
blacklist ${HOME}/.claws-mail
|
||||
blacklist ${HOME}/.config/0ad
|
||||
blacklist ${HOME}/.config/Atom
|
||||
|
|
@ -107,6 +108,7 @@ blacklist ${HOME}/.config/pix
|
|||
blacklist ${HOME}/.config/pluma
|
||||
blacklist ${HOME}/.config/psi+
|
||||
blacklist ${HOME}/.config/qpdfview
|
||||
blacklist ${HOME}/.config/qt5ct
|
||||
blacklist ${HOME}/.config/qutebrowser
|
||||
blacklist ${HOME}/.config/ranger
|
||||
blacklist ${HOME}/.config/redshift.conf
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@
|
|||
/etc/firejail/audacity.profile
|
||||
/etc/firejail/aweather.profile
|
||||
/etc/firejail/baloo_file.profile
|
||||
/etc/firejail/bibletime.profile
|
||||
/etc/firejail/bitlbee.profile
|
||||
/etc/firejail/bleachbit.profile
|
||||
/etc/firejail/brasero.profile
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@ eog
|
|||
atom
|
||||
atom-beta
|
||||
baloo_file
|
||||
bibletime
|
||||
ranger
|
||||
keepass
|
||||
keepass2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue