From cde870232f3f8d52aa11b5ebe6b43b4b9fe3bd47 Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Fri, 3 Apr 2020 14:36:18 +0200 Subject: dbus-proxy (gnome_games) --- etc/five-or-more.profile | 2 ++ etc/four-in-a-row.profile | 2 ++ etc/gnome-2048.profile | 2 ++ etc/gnome-klotski.profile | 2 ++ etc/gnome-mahjongg.profile | 2 ++ etc/gnome-mines.profile | 2 ++ etc/gnome-nibbles.profile | 2 ++ etc/gnome-robots.profile | 2 ++ etc/gnome-sudoku.profile | 2 ++ etc/gnome-taquin.profile | 2 ++ etc/gnome-tetravex.profile | 2 ++ etc/gnome_games-common.profile | 6 +++++- etc/lightsoff.profile | 2 ++ etc/swell-foop.profile | 2 ++ 14 files changed, 31 insertions(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/five-or-more.profile b/etc/five-or-more.profile index 8e07d2453..2c86d3ac7 100644 --- a/etc/five-or-more.profile +++ b/etc/five-or-more.profile @@ -15,5 +15,7 @@ whitelist /usr/share/five-or-more private-bin five-or-more +dbus-user.own org.gnome.five-or-more + # Redirect include gnome_games-common.profile diff --git a/etc/four-in-a-row.profile b/etc/four-in-a-row.profile index 29f6d1370..eb0c43ca5 100644 --- a/etc/four-in-a-row.profile +++ b/etc/four-in-a-row.profile @@ -13,5 +13,7 @@ whitelist /usr/share/four-in-a-row private-bin four-in-a-row +dbus-user.own org.gnome.Four-in-a-row + # Redirect include gnome_games-common.profile diff --git a/etc/gnome-2048.profile b/etc/gnome-2048.profile index 978a13244..777c81dbe 100644 --- a/etc/gnome-2048.profile +++ b/etc/gnome-2048.profile @@ -13,5 +13,7 @@ whitelist ${HOME}/.local/share/gnome-2048 private-bin gnome-2048 +dbus-user.own org.gnome.TwentyFortyEight + # Redirect include gnome_games-common.profile diff --git a/etc/gnome-klotski.profile b/etc/gnome-klotski.profile index 69b4b0341..c67a5c0da 100644 --- a/etc/gnome-klotski.profile +++ b/etc/gnome-klotski.profile @@ -13,5 +13,7 @@ whitelist ${HOME}/.local/share/gnome-klotski private-bin gnome-klotski +dbus-user.own org.gnome.Klotski + # Redirect include gnome_games-common.profile diff --git a/etc/gnome-mahjongg.profile b/etc/gnome-mahjongg.profile index 04aee8494..42409dce8 100644 --- a/etc/gnome-mahjongg.profile +++ b/etc/gnome-mahjongg.profile @@ -10,5 +10,7 @@ whitelist /usr/share/gnome-mahjongg private-bin gnome-mahjongg +dbus-user.own org.gnome.Mahjongg + # Redirect include gnome_games-common.profile diff --git a/etc/gnome-mines.profile b/etc/gnome-mines.profile index 9209b9ac3..4fe8986c2 100644 --- a/etc/gnome-mines.profile +++ b/etc/gnome-mines.profile @@ -14,5 +14,7 @@ whitelist /usr/share/gnome-mines private-bin gnome-mines +dbus-user.own org.gnome.Mines + # Redirect include gnome_games-common.profile diff --git a/etc/gnome-nibbles.profile b/etc/gnome-nibbles.profile index 5d4241c80..b22810d34 100644 --- a/etc/gnome-nibbles.profile +++ b/etc/gnome-nibbles.profile @@ -17,5 +17,7 @@ whitelist /usr/share/gnome-nibbles private-bin gnome-nibbles +dbus-user.own org.gnome.Nibbles + # Redirect include gnome_games-common.profile diff --git a/etc/gnome-robots.profile b/etc/gnome-robots.profile index b720bddd3..8835f2b93 100644 --- a/etc/gnome-robots.profile +++ b/etc/gnome-robots.profile @@ -13,5 +13,7 @@ whitelist /usr/share/gnome-robots private-bin gnome-robots +dbus-user.own org.gnome.Robots + # Redirect include gnome_games-common.profile diff --git a/etc/gnome-sudoku.profile b/etc/gnome-sudoku.profile index fb50723ce..12fd48a86 100644 --- a/etc/gnome-sudoku.profile +++ b/etc/gnome-sudoku.profile @@ -13,5 +13,7 @@ whitelist ${HOME}/.local/share/gnome-sudoku private-bin gnome-sudoku +dbus-user.own org.gnome.Sudoku + # Redirect include gnome_games-common.profile diff --git a/etc/gnome-taquin.profile b/etc/gnome-taquin.profile index 83683918e..2341334f7 100644 --- a/etc/gnome-taquin.profile +++ b/etc/gnome-taquin.profile @@ -13,5 +13,7 @@ whitelist /usr/share/gnome-taquin private-bin gnome-taquin +dbus-user.own org.gnome.Taquin + # Redirect include gnome_games-common.profile diff --git a/etc/gnome-tetravex.profile b/etc/gnome-tetravex.profile index 032242f54..6e820dd70 100644 --- a/etc/gnome-tetravex.profile +++ b/etc/gnome-tetravex.profile @@ -8,5 +8,7 @@ include globals.local private-bin gnome-tetravex +dbus-user.own org.gnome.Tetravex + # Redirect include gnome_games-common.profile diff --git a/etc/gnome_games-common.profile b/etc/gnome_games-common.profile index 0b75c5e92..5a17d0ff8 100644 --- a/etc/gnome_games-common.profile +++ b/etc/gnome_games-common.profile @@ -39,5 +39,9 @@ tracelog disable-mnt private-cache private-dev -private-etc dconf,fonts,gconf,gtk-2.0,gtk-3.0,machine-id,pango,X11 +private-etc dconf,fonts,gconf,gtk-2.0,gtk-3.0,machine-id,pango,passwd,X11 private-tmp + +dbus-user filter +dbus-user.talk ca.desrt.dconf +dbus-system none diff --git a/etc/lightsoff.profile b/etc/lightsoff.profile index 27185709a..c065c44a9 100644 --- a/etc/lightsoff.profile +++ b/etc/lightsoff.profile @@ -10,5 +10,7 @@ whitelist /usr/share/lightsoff private-bin lightsoff +dbus-user.own org.gnome.LightsOff + # Redirect include gnome_games-common.profile diff --git a/etc/swell-foop.profile b/etc/swell-foop.profile index 127d413ad..9efae815d 100644 --- a/etc/swell-foop.profile +++ b/etc/swell-foop.profile @@ -15,5 +15,7 @@ whitelist /usr/share/swell-foop private-bin swell-foop +dbus-user.own org.gnome.SwellFoop + # Redirect include gnome_games-common.profile -- cgit v1.2.3-70-g09d2