diff --git a/etc/firejail-default b/etc/firejail-default index 965167891..8bf42b3a3 100644 --- a/etc/firejail-default +++ b/etc/firejail-default @@ -13,12 +13,12 @@ profile firejail-default flags=(attach_disconnected,mediate_deleted) { ########## -# D-Bus is a huge security hole. Uncomment those lines if you need D-Bus -# functionality. +# Allow D-Bus access. It may negatively affect security. Comment those lines or +# use 'nodbus' option in profile if you don't need D-Bus functionality. ########## -##include -##include -#dbus, +#include +#include +dbus, ########## # With ptrace it is possible to inspect and hijack running programs. Usually this