aboutsummaryrefslogtreecommitdiffstats
path: root/etc/vlc.profile
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2018-05-01 21:23:35 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2018-05-01 21:23:35 +0200
commitce2b96e2e3bdae0e664fa967171e75fd8fda340b (patch)
treef0a387b4f382c5a8e8d748254b9df10ae73f3c21 /etc/vlc.profile
parentMerge branch 'master' of http://github.com/netblue30/firejail (diff)
downloadfirejail-ce2b96e2e3bdae0e664fa967171e75fd8fda340b.tar.gz
firejail-ce2b96e2e3bdae0e664fa967171e75fd8fda340b.tar.zst
firejail-ce2b96e2e3bdae0e664fa967171e75fd8fda340b.zip
cleanup
cin profile: 'protocol unix' implies nonewprivs
Diffstat (limited to 'etc/vlc.profile')
-rw-r--r--etc/vlc.profile6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/vlc.profile b/etc/vlc.profile
index 9ccbb7310..bda027aaa 100644
--- a/etc/vlc.profile
+++ b/etc/vlc.profile
@@ -20,8 +20,8 @@ include /etc/firejail/whitelist-var-common.inc
20#apparmor - on Ubuntu 18.04 it refuses to start without dbus access 20#apparmor - on Ubuntu 18.04 it refuses to start without dbus access
21caps.drop all 21caps.drop all
22netfilter 22netfilter
23# nodbus - problems with KDE 23#nodbus
24# nogroups 24#nogroups
25nonewprivs 25nonewprivs
26noroot 26noroot
27protocol unix,inet,inet6,netlink 27protocol unix,inet,inet6,netlink
@@ -33,6 +33,6 @@ private-dev
33private-tmp 33private-tmp
34 34
35# mdwe is disabled due to breaking hardware accelerated decoding 35# mdwe is disabled due to breaking hardware accelerated decoding
36# memory-deny-write-execute 36#memory-deny-write-execute
37noexec ${HOME} 37noexec ${HOME}
38noexec /tmp 38noexec /tmp