aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar glitsj16 <glitsj16@users.noreply.github.com>2018-10-13 03:33:25 +0000
committerLibravatar GitHub <noreply@github.com>2018-10-13 03:33:25 +0000
commita3f1c67dd592db4166934b4c9c678ff3850fbc33 (patch)
tree9d1dc6f0d8b4a8a058ecfe76da6516a7ed738ce6
parentfs_whitelist: no warning if macro resolution fails because of missing homedir (diff)
downloadfirejail-a3f1c67dd592db4166934b4c9c678ff3850fbc33.tar.gz
firejail-a3f1c67dd592db4166934b4c9c678ff3850fbc33.tar.zst
firejail-a3f1c67dd592db4166934b4c9c678ff3850fbc33.zip
Create mencoder.profile
-rw-r--r--etc/mencoder.profile41
1 files changed, 41 insertions, 0 deletions
diff --git a/etc/mencoder.profile b/etc/mencoder.profile
new file mode 100644
index 000000000..6ba3023ef
--- /dev/null
+++ b/etc/mencoder.profile
@@ -0,0 +1,41 @@
1# Firejail profile for mencoder
2# Description: Free command line video decoding, encoding and filtering tool
3# This file is overwritten after every install/update
4# Persistent local customizations
5include /etc/firejail/mencoder.local
6# Persistent global definitions
7include /etc/firejail/globals.local
8
9noblacklist ${HOME}/.mplayer
10
11include /etc/firejail/disable-common.inc
12include /etc/firejail/disable-devel.inc
13include /etc/firejail/disable-interpreters.inc
14include /etc/firejail/disable-passwdmgr.inc
15include /etc/firejail/disable-programs.inc
16
17# apparmor
18caps.drop all
19net none
20no3d
21nodbus
22nogroups
23nonewprivs
24noroot
25nosound
26notv
27nou2f
28protocol unix
29seccomp
30shell none
31
32disable-mnt
33private-bin mencoder
34private-cache
35private-dev
36private-etc mplayer
37private-tmp
38
39memory-deny-write-execute
40noexec ${HOME}
41noexec /tmp