Skip to content

Commit

Permalink
Create tmux.profile
Browse files Browse the repository at this point in the history
requested in #1139 by @vatonbero

[skip ci]
  • Loading branch information
rusty-snake committed Apr 14, 2021
1 parent 83b95ef commit ef7a194
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions etc/profile-m-z/tmux.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Firejail profile for tmux
# Description: terminal multiplexer
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include tmux.local
# Persistent global definitions
include globals.local

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

noblacklist /tmp/tmux-*

# include disable-common.inc
# include disable-devel.inc
# include disable-exec.inc
include disable-passwdmgr.inc
# include disable-programs.inc

caps.drop all
ipc-namespace
machine-id
netfilter
no3d
nodvd
nogroups
nonewprivs
noroot
nosound
notv
nou2f
novideo
protocol unix,inet,inet6,netlink
seccomp
seccomp.block-secondary
shell none
tracelog

# private-cache
private-dev
# private-tmp

dbus-user none
dbus-system none

0 comments on commit ef7a194

Please sign in to comment.