From 8223a9ee6637495c860aa3531f1db02e8c5bd819 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Wed, 11 Sep 2024 16:35:23 +0900 Subject: enable filter in README example Signed-off-by: Ophestra Umiker --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7e286b2d..ab49e2c9 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ This adds the `environment.fortify` option: chromium.dbus = { configSystem = { + filter = true; talk = [ "org.bluez" "org.freedesktop.Avahi" @@ -91,6 +92,7 @@ This adds the `environment.fortify` option: ]; }; config = { + filter = true; talk = [ "org.freedesktop.DBus" "org.freedesktop.FileManager1" -- cgit v1.3.1