aboutsummaryrefslogtreecommitdiffstats
path: root/etc/mencoder.profile
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-10-13 14:03:51 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-10-13 14:03:51 -0400
commit8155eefbc50f202312d1639bd71bb2c5ea285c86 (patch)
treed14d0dfd91d297594c398380d7c1a1165c00e528 /etc/mencoder.profile
parentprivate-lib fix (diff)
parentMerges (diff)
downloadfirejail-8155eefbc50f202312d1639bd71bb2c5ea285c86.tar.gz
firejail-8155eefbc50f202312d1639bd71bb2c5ea285c86.tar.zst
firejail-8155eefbc50f202312d1639bd71bb2c5ea285c86.zip
Merge branch 'master' of http://github.com/netblue30/firejail
Diffstat (limited to 'etc/mencoder.profile')
-rw-r--r--etc/mencoder.profile28
1 files changed, 28 insertions, 0 deletions
diff --git a/etc/mencoder.profile b/etc/mencoder.profile
new file mode 100644
index 000000000..9306d268e
--- /dev/null
+++ b/etc/mencoder.profile
@@ -0,0 +1,28 @@
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
7# added by included profile
8#include /etc/firejail/globals.local
9
10include /etc/firejail/disable-common.inc
11include /etc/firejail/disable-devel.inc
12include /etc/firejail/disable-interpreters.inc
13include /etc/firejail/disable-passwdmgr.inc
14include /etc/firejail/disable-programs.inc
15
16net none
17no3d
18nodbus
19nosound
20notv
21nou2f
22protocol unix
23seccomp
24shell none
25
26private-bin mencoder
27
28include /etc/firejail/mplayer.profile