aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/tmux.profile
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-14 17:12:52 +0000
committerLibravatar GitHub <noreply@github.com>2021-04-14 17:12:52 +0000
commit937815baa7dacfbe0061b33d2e6085d71737607c (patch)
treefcdf3c2b0bebbb3f24317c1986dc216bc0594175 /etc/profile-m-z/tmux.profile
parentNew profile: Quodlibet (#3983) (diff)
downloadfirejail-937815baa7dacfbe0061b33d2e6085d71737607c.tar.gz
firejail-937815baa7dacfbe0061b33d2e6085d71737607c.tar.zst
firejail-937815baa7dacfbe0061b33d2e6085d71737607c.zip
Create tmux.profile (#4188)
requested in #1139 by @vatonbero
Diffstat (limited to 'etc/profile-m-z/tmux.profile')
-rw-r--r--etc/profile-m-z/tmux.profile45
1 files changed, 45 insertions, 0 deletions
diff --git a/etc/profile-m-z/tmux.profile b/etc/profile-m-z/tmux.profile
new file mode 100644
index 000000000..706f39f24
--- /dev/null
+++ b/etc/profile-m-z/tmux.profile
@@ -0,0 +1,45 @@
1# Firejail profile for tmux
2# Description: terminal multiplexer
3# This file is overwritten after every install/update
4quiet
5# Persistent local customizations
6include tmux.local
7# Persistent global definitions
8include globals.local
9
10blacklist /tmp/.X11-unix
11blacklist ${RUNUSER}
12
13noblacklist /tmp/tmux-*
14
15# include disable-common.inc
16# include disable-devel.inc
17# include disable-exec.inc
18include disable-passwdmgr.inc
19# include disable-programs.inc
20
21caps.drop all
22ipc-namespace
23machine-id
24netfilter
25no3d
26nodvd
27nogroups
28nonewprivs
29noroot
30nosound
31notv
32nou2f
33novideo
34protocol unix,inet,inet6,netlink
35seccomp
36seccomp.block-secondary
37shell none
38tracelog
39
40# private-cache
41private-dev
42# private-tmp
43
44dbus-user none
45dbus-system none