mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
Added Catfish profile
This commit is contained in:
parent
bcaa03d417
commit
67a6d8712f
7 changed files with 38 additions and 3 deletions
1
README
1
README
|
|
@ -187,6 +187,7 @@ Fred-Barclay (https://github.com/Fred-Barclay)
|
|||
- added mousepad, qpicview, and cvlc profiles
|
||||
- added BibleTime profile
|
||||
- added caja and galculator profiles
|
||||
- added Catfish profile
|
||||
G4JC (http://sourceforge.net/u/gaming4jc/profile/)
|
||||
- ARM support
|
||||
- profile fixes
|
||||
|
|
|
|||
|
|
@ -76,4 +76,4 @@ The plan is to have all bittorrent clients whitelisted in the next release.**
|
|||
|
||||
## New profiles
|
||||
|
||||
vym, darktable, Waterfox, digiKam
|
||||
vym, darktable, Waterfox, digiKam, Catfish
|
||||
|
|
|
|||
2
RELNOTES
2
RELNOTES
|
|
@ -5,7 +5,7 @@ firejail (0.9.47) baseline; urgency=low
|
|||
* modifs: AppArmor made optional; a warning is printed on the screen
|
||||
if the sandbox fails to load the AppArmor profile
|
||||
* added /etc/firejail/globals.local for global customizations
|
||||
* new profiles: vym, darktable, Waterfox, digiKam
|
||||
* new profiles: vym, darktable, Waterfox, digiKam, Catfish
|
||||
* bugfixes
|
||||
-- netblue30 <netblue30@yahoo.com> Tue, 23 May 2017 08:00:00 -0500
|
||||
|
||||
|
|
|
|||
31
etc/catfish.profile
Normal file
31
etc/catfish.profile
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Persistent global definitions go here
|
||||
include /etc/firejail/globals.local
|
||||
|
||||
# This file is overwritten during software install.
|
||||
# Persistent customizations should go in a .local file.
|
||||
include /etc/firejail/catfish.local
|
||||
|
||||
# Firejail profile for catfish
|
||||
noblacklist ~/.config/catfish
|
||||
|
||||
# We can't blacklist much since catfish
|
||||
# is for finding files/content
|
||||
include /etc/firejail/disable-devel.inc
|
||||
|
||||
caps.drop all
|
||||
net none
|
||||
no3d
|
||||
nogroups
|
||||
nonewprivs
|
||||
noroot
|
||||
nosound
|
||||
protocol unix
|
||||
seccomp
|
||||
shell none
|
||||
tracelog
|
||||
|
||||
# These options work but are disabled in case
|
||||
# a users wants to search in these directories.
|
||||
#private-bin bash,catfish,env,locate,ls,mlocate,python,python2,python2.7,python3,python3.5,python3.5m,python3m
|
||||
#private-dev
|
||||
#private-tmp
|
||||
|
|
@ -62,6 +62,7 @@ blacklist ${HOME}/.config/borg
|
|||
blacklist ${HOME}/.config/brasero
|
||||
blacklist ${HOME}/.config/brave
|
||||
blacklist ${HOME}/.config/caja
|
||||
blacklist ${HOME}/.config/catfish
|
||||
blacklist ${HOME}/.config/cherrytree
|
||||
blacklist ${HOME}/.config/chromium
|
||||
blacklist ${HOME}/.config/chromium-dev
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@
|
|||
/etc/firejail/brasero.profile
|
||||
/etc/firejail/brave.profile
|
||||
/etc/firejail/caja.profile
|
||||
/etc/firejail/catfish.profile
|
||||
/etc/firejail/cherrytree.profile
|
||||
/etc/firejail/chromium-browser.profile
|
||||
/etc/firejail/chromium.profile
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# /usr/lib/firejail/firecfg.config - firecfg utility configuration file
|
||||
# This is the list of programs in alfabetical order handled by firecfg utility
|
||||
# This is the list of programs in alphabetical order handled by firecfg utility
|
||||
#
|
||||
0ad
|
||||
2048-qt
|
||||
|
|
@ -23,6 +23,7 @@ bless
|
|||
blender
|
||||
brasero
|
||||
brave
|
||||
catfish
|
||||
cherrytree
|
||||
chromium
|
||||
chromium-browser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue