Skip to content

Commit

Permalink
new profile: agetpkg (#3887)
Browse files Browse the repository at this point in the history
* Create agetpkg.profile

* new profile: agetpkg
  • Loading branch information
glitsj16 authored Jan 13, 2021
1 parent 5164001 commit cba5ca0
Show file tree
Hide file tree
Showing 2 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 @@ -195,4 +195,4 @@ Stats:

### New profiles:

spectacle, chromium-browser-privacy, gtk-straw-viewer, gtk-youtube-viewer, gtk2-youtube-viewer, gtk3-youtube-viewer, straw-viewer, lutris, dolphin-emu, authenticator-rs, servo, tutanota-desktop, npm, marker, yarn, lsarn unar
spectacle, chromium-browser-privacy, gtk-straw-viewer, gtk-youtube-viewer, gtk2-youtube-viewer, gtk3-youtube-viewer, straw-viewer, lutris, dolphin-emu, authenticator-rs, servo, tutanota-desktop, npm, marker, yarn, lsar, unar, agetpkg
60 changes: 60 additions & 0 deletions etc/profile-a-l/agetpkg.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Firejail profile for agetpkg
# Description: CLI tool to list/get/install packages from the Arch Linux Archive
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include agetpkg.local
# Persistent global definitions
include globals.local

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

# Allow python (blacklisted by disable-interpreters.inc)
#include allow-python2.inc
include allow-python3.inc

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-usr-share-common.inc
include whitelist-var-common.inc

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

private-bin agetpkg,python3
private-cache
private-dev
private-etc ca-certificates,crypto-policies,pki,resolv.conf,ssl
private-tmp

dbus-user none
dbus-system none

memory-deny-write-execute

0 comments on commit cba5ca0

Please sign in to comment.