mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
blender and 2048-qt profiles
This commit is contained in:
parent
97e789c90b
commit
204f200860
8 changed files with 64 additions and 1 deletions
1
README
1
README
|
|
@ -394,6 +394,7 @@ startx2017 (https://github.com/startx2017)
|
|||
- --quiet fixes
|
||||
- 0.9.38-LTS branch maintainer
|
||||
- firemon --top speed-up
|
||||
- Blender and 2048-qt profiles
|
||||
thewisenerd (https://github.com/thewisenerd)
|
||||
- allow multiple private-home commands
|
||||
- use $SHELL variable if the shell is not specified
|
||||
|
|
|
|||
|
|
@ -219,4 +219,4 @@ Kino, Thunar, Geeqie, Engrampa, Scribus, mousepad, gpicview, keepassxc, cvlc, Me
|
|||
Nylas, dino, BibleTime, viewnior, Kodi, viking, youtube-dl, meld, Arduino, Akregator, KCalc, KTorrent,
|
||||
Orage Globaltime, Orage Clendar, xfce4-notes, xfce4-dict, Ristretto, PCManFM, Dia, FontForge, Geany, Hugin,
|
||||
mate-calc, mate-dictionary, mate-color-select, caja, galculator, Nemo, gnome-font-viewer, gucharmap,
|
||||
knotes, clipit, leafpad, lximage-qt, lxmusic, qlipper, Xvfb, Xephyr
|
||||
knotes, clipit, leafpad, lximage-qt, lxmusic, qlipper, Xvfb, Xephyr, Blender, 2048-qt
|
||||
|
|
|
|||
1
RELNOTES
1
RELNOTES
|
|
@ -49,6 +49,7 @@ firejail (0.9.46-rc1) baseline; urgency=low
|
|||
* new profiles: mate-calc, mate-dictionary, mate-color-select, caja,
|
||||
* new profiles: galculator, Nemo, gnome-font-viewer, gucharmap, knotes
|
||||
* new profiles: clipit, leafpad, lximage-qt, lxmusic, qlipper, Xvfb, Xephyr
|
||||
* new profiles: Blender, 2048-qt
|
||||
* bugfixes
|
||||
-- netblue30 <netblue30@yahoo.com> Fri, 7 Apr 2017 08:00:00 -0500
|
||||
|
||||
|
|
|
|||
27
etc/2048-qt.profile
Normal file
27
etc/2048-qt.profile
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# This file is overwritten during software install.
|
||||
# Persistent customizations should go in a .local file.
|
||||
include /etc/firejail/2048-qt.local
|
||||
|
||||
noblacklist ~/.config/xiaoyong
|
||||
noblacklist ~/.config/2048-qt
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
include /etc/firejail/disable-passwdmgr.inc
|
||||
|
||||
caps.drop all
|
||||
netfilter
|
||||
nonewprivs
|
||||
noroot
|
||||
protocol unix,inet,inet6
|
||||
seccomp
|
||||
|
||||
#
|
||||
# depending on your usage, you can enable some of the commands below:
|
||||
#
|
||||
nogroups
|
||||
shell none
|
||||
# private-bin program
|
||||
# private-etc none
|
||||
# private-dev
|
||||
# private-tmp
|
||||
nosound
|
||||
28
etc/blender.profile
Normal file
28
etc/blender.profile
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# This file is overwritten during software install.
|
||||
# Persistent customizations should go in a .local file.
|
||||
include /etc/firejail/blender.local
|
||||
|
||||
noblacklist ~/.config/blender
|
||||
include /etc/firejail/disable-common.inc
|
||||
include /etc/firejail/disable-programs.inc
|
||||
include /etc/firejail/disable-passwdmgr.inc
|
||||
|
||||
caps.drop all
|
||||
netfilter
|
||||
nonewprivs
|
||||
noroot
|
||||
protocol unix,inet,inet6,netlink
|
||||
seccomp
|
||||
|
||||
#
|
||||
# depending on your usage, you can enable some of the commands below:
|
||||
#
|
||||
nogroups
|
||||
shell none
|
||||
# private-bin program
|
||||
# private-etc none
|
||||
# private-dev
|
||||
# private-tmp
|
||||
|
||||
# blender uses the sound system
|
||||
# nosound
|
||||
|
|
@ -21,6 +21,7 @@ blacklist ${HOME}/.bcast5
|
|||
blacklist ${HOME}/.bibletime
|
||||
blacklist ${HOME}/.claws-mail
|
||||
blacklist ${HOME}/.config/0ad
|
||||
blacklist ${HOME}/.config/2048-qt
|
||||
blacklist ${HOME}/.config/akregatorrc
|
||||
blacklist ${HOME}/.config/Atom
|
||||
blacklist ${HOME}/.config/Audaciousrc
|
||||
|
|
@ -151,6 +152,7 @@ blacklist ${HOME}/.config/xfce4/xfconf/xfce-perchannel-xml/thunar.xml
|
|||
blacklist ${HOME}/.config/xfce4/xfce4-notes.rc
|
||||
blacklist ${HOME}/.config/xfce4/xfce4-notes.gtkrc
|
||||
blacklist ${HOME}/.config/xfce4-dict
|
||||
blacklist ${HOME}/.config/xiaoyong
|
||||
blacklist ${HOME}/.config/xmms2
|
||||
blacklist ${HOME}/.config/xplayer
|
||||
blacklist ${HOME}/.config/xreader
|
||||
|
|
|
|||
|
|
@ -298,3 +298,5 @@
|
|||
/etc/firejail/qlipper.profile
|
||||
/etc/firejail/Xvfb.profile
|
||||
/etc/firejail/Xephyr.profile
|
||||
/etc/firejail/blender.profile
|
||||
/etc/firejail/2048-qt.profile
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
# This is the list of programs in alfabetical order handled by firecfg utility
|
||||
#
|
||||
0ad
|
||||
2048-qt
|
||||
abrowser
|
||||
akregator
|
||||
amarok
|
||||
|
|
@ -19,6 +20,7 @@ bibletime
|
|||
bitlbee
|
||||
bleachbit
|
||||
bless
|
||||
blender
|
||||
brasero
|
||||
brave
|
||||
cherrytree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue