Skip to content

Commit

Permalink
Merge pull request #4008 from glitsj16/gget
Browse files Browse the repository at this point in the history
add new profile for gget
  • Loading branch information
glitsj16 committed Feb 25, 2021
2 parents 85c9b77 + 753c362 commit 33fb011
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,4 +330,4 @@ Stats:

### New profiles:

vmware-view, display-im6.q16, ipcalc, ipcalc-ng, ebook-convert, ebook-edit, ebook-meta, ebook-polish, lzop
vmware-view, display-im6.q16, ipcalc, ipcalc-ng, ebook-convert, ebook-edit, ebook-meta, ebook-polish, lzop, gget
1 change: 1 addition & 0 deletions RELNOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ firejail (0.9.65) baseline; urgency=low
* zsh completion
* new profiles: vmware-view, display-im6.q16, ipcalc, ipcalc-ng
* ebook-convert, ebook-edit, ebook-meta, ebook-polish, lzop
* gget
-- netblue30 <[email protected]> Tue, 9 Feb 2021 09:00:00 -0500

firejail (0.9.64.4) baseline; urgency=low
Expand Down
59 changes: 59 additions & 0 deletions etc/profile-a-l/gget.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Firejail profile for gget
# Description: a cli. to get things. from git repos
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include gget.local
# Persistent global definitions
include globals.local

blacklist /tmp/.X11-unix
blacklist ${RUNUSER}

include disable-common.inc
include disable-devel.inc
include disable-exec.inc
include disable-interpreters.inc
include disable-passwdmgr.inc
include disable-programs.inc
include disable-shell.inc
include disable-xdg.inc

whitelist ${DOWNLOADS}
include whitelist-common.inc
include whitelist-runuser-common.inc
include whitelist-usr-share-common.inc
include whitelist-var-common.inc

apparmor
caps.drop all
ipc-namespace
machine-id
netfilter
no3d
nodvd
nogroups
nonewprivs
noroot
nosound
notv
nou2f
novideo
protocol inet,inet6
seccomp
seccomp.block-secondary
shell none
tracelog

disable-mnt
private-bin gget
private-cache
private-dev
private-etc alternatives,ca-certificates,crypto-policies,pki,resolv.conf,ssl
private-lib
private-tmp

dbus-user none
dbus-system none

memory-deny-write-execute

0 comments on commit 33fb011

Please sign in to comment.