Skip to content

Commit

Permalink
add xcalc profile
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Oct 9, 2017
1 parent ab47002 commit 408c061
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,4 @@ calligrawords, cin, dooble, dooble-qt4, fetchmail, freecad, freecadcmd, google-e
imagej, karbon, kdenlive, krita, linphone, lmms, macrofusion, mpd, natron, Natron,
ricochet, shotcut, teamspeak3, tor, tor-browser-en, Viber, x-terminal-emulator, zart,
conky, arch-audit, ffmpeg, bluefish, cliqz, cinelerra, openshot-qt, pinta, uefitool,
aosp, pdfmod, gnome-ring, signal-dekstop
aosp, pdfmod, gnome-ring, signal-dekstop, xcalc
39 changes: 39 additions & 0 deletions etc/xcalc.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Firejail profile for xcalc
# This file is overwritten after every install/update
# Persistent local customizations
include /etc/firejail/xcalc.local
# Persistent global definitions
include /etc/firejail/globals.local


include /etc/firejail/disable-common.inc
include /etc/firejail/disable-devel.inc
include /etc/firejail/disable-passwdmgr.inc
include /etc/firejail/disable-programs.inc

include /etc/firejail/whitelist-var-common.inc

caps.drop all
net none
netfilter
no3d
nodvd
nogroups
nonewprivs
noroot
nosound
notv
novideo
protocol unix
seccomp
shell none

disable-mnt
private
private-bin xcalc
private-dev
private-lib
private-tmp

noexec ${HOME}
noexec /tmp
1 change: 1 addition & 0 deletions platform/debian/conffiles
Original file line number Diff line number Diff line change
Expand Up @@ -415,3 +415,4 @@
/etc/firejail/x-terminal-emulator.profile
/etc/firejail/xmr-stak-cpu.profile
/etc/firejail/zart.profile
/etc/firejail/xcalc.profile
1 change: 1 addition & 0 deletions src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ wire
wireshark
wireshark-gtk
wireshark-qt
xcalc
xchat
xed
xfburn
Expand Down

0 comments on commit 408c061

Please sign in to comment.