diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-09-11 16:35:23 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-09-11 16:35:23 +0900 |
| commit | 8223a9ee6637495c860aa3531f1db02e8c5bd819 (patch) | |
| tree | f64e515503f2ef29f987fb608580c26e39d58f45 /README.md | |
| parent | 88ac05be6dbb927d24b2c1e2950a3b1055158a3c (diff) | |
enable filter in README example
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |
