aboutsummaryrefslogtreecommitdiffstats
path: root/etc/mencoder.profile
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-10-13 21:58:52 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2018-10-13 21:58:52 +0200
commitf64ec79cd3dc91f19ebf8c41306e812548102b1f (patch)
treef6a5958418ac6e41ec00064eb69f7df013b2f5d6 /etc/mencoder.profile
parentimprove clean_pathname() function: drop realloc (diff)
parentUpdate gnome-pie profile (#2191) (diff)
downloadfirejail-f64ec79cd3dc91f19ebf8c41306e812548102b1f.tar.gz
firejail-f64ec79cd3dc91f19ebf8c41306e812548102b1f.tar.zst
firejail-f64ec79cd3dc91f19ebf8c41306e812548102b1f.zip
Merge branch 'master' of https://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