Skip to content

Commit

Permalink
Create gget.profile
Browse files Browse the repository at this point in the history
  • Loading branch information
glitsj16 committed Feb 25, 2021
1 parent 52329c7 commit 753c362
Showing 1 changed file with 59 additions and 0 deletions.
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 753c362

Please sign in to comment.