Skip to content

Instantly share code, notes, and snippets.

@glitsj16
Created September 14, 2022 00:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glitsj16/4de9c255e9aa7390a4752f6fd9f9be54 to your computer and use it in GitHub Desktop.
Save glitsj16/4de9c255e9aa7390a4752f6fd9f9be54 to your computer and use it in GitHub Desktop.
# Firejail profile for postman
# Description: Build, test, and document your APIs faster
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include postman.local
# Persistent global definitions
include globals.local
noblacklist ${HOME}/.config/Postman
noblacklist ${HOME}/Postman
mkdir ${HOME}/.config/Postman
mkdir ${HOME}/Postman
whitelist ${HOME}/.config/Postman
whitelist ${HOME}/Postman
# Disabled until someone reported positive feedback
ignore include disable-exec.inc
ignore include disable-xdg.inc
ignore include whitelist-runuser-common.inc
ignore include whitelist-usr-share-common.inc
ignore include whitelist-var-common.inc
ignore nou2f
ignore novideo
ignore shell none
ignore disable-mnt
ignore private-cache
ignore private-dev
ignore private-tmp
private-opt postman
# Redirect
include electron.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment