From 3848b98961614e1776b29ecfb76ef4c750b6b25f Mon Sep 17 00:00:00 2001 From: Fred Barclay Date: Tue, 7 Apr 2020 16:14:25 -0500 Subject: Replace `nodbus` with dbus-* filters See - 07fac581f6b9b5ed068f4c54a9521b51826375c5 for new dbus filters - https://github.com/netblue30/firejail/pull/3326#issuecomment-610423183 Except for ocenaudio, access/restrictions on dbus options should be unchanged Ocenaudio profile: dbus filters were sandboxed (initially `nodbus` was enabled) since comments indicated blocking dbus meant preferences were broken --- etc/ffmpeg.profile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'etc/ffmpeg.profile') diff --git a/etc/ffmpeg.profile b/etc/ffmpeg.profile index b392087e8..37c46e7d6 100644 --- a/etc/ffmpeg.profile +++ b/etc/ffmpeg.profile @@ -29,7 +29,6 @@ caps.drop all ipc-namespace machine-id netfilter -nodbus nodvd nogroups nonewprivs @@ -50,4 +49,7 @@ private-dev private-etc alternatives,ca-certificates,crypto-policies,hosts,ld.so.cache,ld.so.conf,ld.so.conf.d,ld.so.preload,nsswitch.conf,pkcs11,pki,resolv.conf,ssl private-tmp +dbus-user none +dbus-system none + # memory-deny-write-execute - it breaks old versions of ffmpeg -- cgit v1.2.3-54-g00ecf