aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-07-10 08:33:41 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-07-10 08:33:41 -0400
commitdbc4be0e49f9b0f8b59ccc87608fc33c39dd6fe4 (patch)
treecf5492e55e825bcad0c45826d33d73a16f9e658b /etc
parentfix discretionary access control for sandboxes running as root with --noprofile (diff)
parentFix #1370 (diff)
downloadfirejail-dbc4be0e49f9b0f8b59ccc87608fc33c39dd6fe4.tar.gz
firejail-dbc4be0e49f9b0f8b59ccc87608fc33c39dd6fe4.tar.zst
firejail-dbc4be0e49f9b0f8b59ccc87608fc33c39dd6fe4.zip
Merge branch 'master' of https://github.com/netblue30/firejail
Diffstat (limited to 'etc')
-rw-r--r--etc/keepassxc.profile5
-rw-r--r--etc/peek.profile33
2 files changed, 36 insertions, 2 deletions
diff --git a/etc/keepassxc.profile b/etc/keepassxc.profile
index deace7898..4a5503944 100644
--- a/etc/keepassxc.profile
+++ b/etc/keepassxc.profile
@@ -8,8 +8,8 @@ include /etc/firejail/keepassxc.local
8# Firejail profile for KeepassXC 8# Firejail profile for KeepassXC
9noblacklist ${HOME}/.config/keepassxc 9noblacklist ${HOME}/.config/keepassxc
10noblacklist ${HOME}/.keepassxc 10noblacklist ${HOME}/.keepassxc
11noblacklist ${HOME}/.*kdbx 11noblacklist ${HOME}/*.kdbx
12noblacklist ${HOME}/.*kdb 12noblacklist ${HOME}/*.kdb
13 13
14include /etc/firejail/disable-common.inc 14include /etc/firejail/disable-common.inc
15include /etc/firejail/disable-programs.inc 15include /etc/firejail/disable-programs.inc
@@ -25,6 +25,7 @@ nogroups
25nonewprivs 25nonewprivs
26noroot 26noroot
27nosound 27nosound
28novideo
28protocol unix 29protocol unix
29seccomp 30seccomp
30shell none 31shell none
diff --git a/etc/peek.profile b/etc/peek.profile
new file mode 100644
index 000000000..bac3e0a99
--- /dev/null
+++ b/etc/peek.profile
@@ -0,0 +1,33 @@
1# Persistent global definitions go here
2include /etc/firejail/globals.local
3
4# This file is overwritten during software install.
5# Persistent customizations should go in a .local file.
6include /etc/firejail/peek.local
7
8# Firejail profile for Peek
9noblacklist ${HOME}/.cache/peek
10
11include /etc/firejail/disable-common.inc
12include /etc/firejail/disable-devel.inc
13include /etc/firejail/disable-passwdmgr.inc
14include /etc/firejail/disable-programs.inc
15
16caps.drop all
17net none
18no3d
19nogroups
20nonewprivs
21noroot
22nosound
23novideo
24protocol unix
25seccomp
26shell none
27
28#private-bin peek,convert,ffmpeg
29private-dev
30private-tmp
31
32noexec ${HOME}
33noexec /tmp