aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/postman.profile
diff options
context:
space:
mode:
authorLibravatar Kobaxidze256 <t@gtk.ge>2023-03-15 12:26:12 +0000
committerLibravatar GitHub <noreply@github.com>2023-03-15 12:26:12 +0000
commit58732a65458b368ec8cddde7deff3ec1dfbda4b7 (patch)
tree9ff3286906875ddf1ef27966e919cc4b7c44caf2 /etc/profile-m-z/postman.profile
parentfix ani-cli.profile (#5733) (diff)
downloadfirejail-58732a65458b368ec8cddde7deff3ec1dfbda4b7.tar.gz
firejail-58732a65458b368ec8cddde7deff3ec1dfbda4b7.tar.zst
firejail-58732a65458b368ec8cddde7deff3ec1dfbda4b7.zip
Add profiles for jami and postman (#5691)
Diffstat (limited to 'etc/profile-m-z/postman.profile')
-rw-r--r--etc/profile-m-z/postman.profile28
1 files changed, 28 insertions, 0 deletions
diff --git a/etc/profile-m-z/postman.profile b/etc/profile-m-z/postman.profile
new file mode 100644
index 000000000..c8f00584d
--- /dev/null
+++ b/etc/profile-m-z/postman.profile
@@ -0,0 +1,28 @@
1# Firejail profile for postman
2# Description: API testing platform
3# This file is overwritten after every install/update
4# Persistent local customizations
5include postman.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.config/Postman
10noblacklist ${HOME}/Postman
11
12mkdir ${HOME}/.config/Postman
13mkdir ${HOME}/Postman
14whitelist ${HOME}/.config/Postman
15whitelist ${HOME}/Postman
16include whitelist-run-common.inc
17
18protocol unix,inet,inet6,netlink
19
20private-bin electron,electron[0-9],electron[0-9][0-9],locale,node,Postman,postman,sh
21private-etc alternatives,ca-certificates,crypto-policies,fonts,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,localtime,nsswitch.conf,pki,resolv.conf,ssl
22# private-opt breaks file-copy-limit, use a whitelist instead of draining RAM
23# https://github.com/netblue30/firejail/discussions/5307
24#private-opt postman
25whitelist /opt/postman
26
27# Redirect
28include electron-common.profile