aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-04-03 15:11:03 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2020-04-04 19:59:34 +0200
commit645ca21b54c7964b9d03265e65e2bfe6c7a5631d (patch)
treebb745fffee9fefb899404043da6d57764e1518f9 /etc
parentmore games (diff)
downloadfirejail-645ca21b54c7964b9d03265e65e2bfe6c7a5631d.tar.gz
firejail-645ca21b54c7964b9d03265e65e2bfe6c7a5631d.tar.zst
firejail-645ca21b54c7964b9d03265e65e2bfe6c7a5631d.zip
gnome games: more + fixes
- fix description - add gnome-klotski, five-or-more, swell-foop [skip ci]
Diffstat (limited to 'etc')
-rw-r--r--etc/disable-programs.inc3
-rw-r--r--etc/five-or-more.profile19
-rw-r--r--etc/four-in-a-row.profile2
-rw-r--r--etc/gnome-klotski.profile17
-rw-r--r--etc/gnome-mahjongg.profile2
-rw-r--r--etc/gnome-mines.profile2
-rw-r--r--etc/gnome-nibbles.profile2
-rw-r--r--etc/gnome-robots.profile2
-rw-r--r--etc/gnome-sudoku.profile2
-rw-r--r--etc/gnome-taquin.profile2
-rw-r--r--etc/gnome-tetravex.profile2
-rw-r--r--etc/lightsoff.profile2
-rw-r--r--etc/swell-foop.profile19
13 files changed, 67 insertions, 9 deletions
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index 1cbc9f6d4..afedd0966 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -534,6 +534,7 @@ blacklist ${HOME}/.local/share/epiphany
534blacklist ${HOME}/.local/share/evolution 534blacklist ${HOME}/.local/share/evolution
535blacklist ${HOME}/.local/share/feedreader 535blacklist ${HOME}/.local/share/feedreader
536blacklist ${HOME}/.local/share/feral-interactive 536blacklist ${HOME}/.local/share/feral-interactive
537blacklist ${HOME}/.local/share/five-or-more
537blacklist ${HOME}/.local/share/freecol 538blacklist ${HOME}/.local/share/freecol
538blacklist ${HOME}/.local/share/gajim 539blacklist ${HOME}/.local/share/gajim
539blacklist ${HOME}/.local/share/geary 540blacklist ${HOME}/.local/share/geary
@@ -543,6 +544,7 @@ blacklist ${HOME}/.local/share/gitg
543blacklist ${HOME}/.local/share/gnome-2048 544blacklist ${HOME}/.local/share/gnome-2048
544blacklist ${HOME}/.local/share/gnome-chess 545blacklist ${HOME}/.local/share/gnome-chess
545blacklist ${HOME}/.local/share/gnome-builder 546blacklist ${HOME}/.local/share/gnome-builder
547blacklist ${HOME}/.local/share/gnome-klotski
546blacklist ${HOME}/.local/share/gnome-latex 548blacklist ${HOME}/.local/share/gnome-latex
547blacklist ${HOME}/.local/share/gnome-mines 549blacklist ${HOME}/.local/share/gnome-mines
548blacklist ${HOME}/.local/share/gnome-music 550blacklist ${HOME}/.local/share/gnome-music
@@ -612,6 +614,7 @@ blacklist ${HOME}/.local/share/spotify
612blacklist ${HOME}/.local/share/steam 614blacklist ${HOME}/.local/share/steam
613blacklist ${HOME}/.local/share/supertux2 615blacklist ${HOME}/.local/share/supertux2
614blacklist ${HOME}/.local/share/supertuxkart 616blacklist ${HOME}/.local/share/supertuxkart
617blacklist ${HOME}/.local/share/swell-foop
615blacklist ${HOME}/.local/share/telepathy 618blacklist ${HOME}/.local/share/telepathy
616blacklist ${HOME}/.local/share/terasology 619blacklist ${HOME}/.local/share/terasology
617blacklist ${HOME}/.local/share/torbrowser 620blacklist ${HOME}/.local/share/torbrowser
diff --git a/etc/five-or-more.profile b/etc/five-or-more.profile
new file mode 100644
index 000000000..8e07d2453
--- /dev/null
+++ b/etc/five-or-more.profile
@@ -0,0 +1,19 @@
1# Firejail profile for five-or-more
2# Description: GNOME port of the once-popular Colour Lines game
3# This file is overwritten after every install/update
4# Persistent local customizations
5include five-or-more.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.local/share/five-or-more
10
11mkdir ${HOME}/.local/share/five-or-more
12whitelist ${HOME}/.local/share/five-or-more
13
14whitelist /usr/share/five-or-more
15
16private-bin five-or-more
17
18# Redirect
19include gnome_games-common.profile
diff --git a/etc/four-in-a-row.profile b/etc/four-in-a-row.profile
index b468c3435..29f6d1370 100644
--- a/etc/four-in-a-row.profile
+++ b/etc/four-in-a-row.profile
@@ -1,5 +1,5 @@
1# Firejail profile for four-in-a-row 1# Firejail profile for four-in-a-row
2# Description: Sliding tile puzzle game 2# Description: four-in-a-row game for GNOME
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include four-in-a-row.local 5include four-in-a-row.local
diff --git a/etc/gnome-klotski.profile b/etc/gnome-klotski.profile
new file mode 100644
index 000000000..69b4b0341
--- /dev/null
+++ b/etc/gnome-klotski.profile
@@ -0,0 +1,17 @@
1# Firejail profile for gnome-klotski
2# Description: Sliding block puzzles game for GNOME
3# This file is overwritten after every install/update
4# Persistent local customizations
5include gnome-klotski.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.local/share/gnome-klotski
10
11mkdir ${HOME}/.local/share/gnome-klotski
12whitelist ${HOME}/.local/share/gnome-klotski
13
14private-bin gnome-klotski
15
16# Redirect
17include gnome_games-common.profile
diff --git a/etc/gnome-mahjongg.profile b/etc/gnome-mahjongg.profile
index 653c5f949..04aee8494 100644
--- a/etc/gnome-mahjongg.profile
+++ b/etc/gnome-mahjongg.profile
@@ -1,5 +1,5 @@
1# Firejail profile for gnome-mahjongg 1# Firejail profile for gnome-mahjongg
2# Description: Sliding tile puzzle game 2# Description: A matching game played with Mahjongg tiles
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include gnome-mahjongg.local 5include gnome-mahjongg.local
diff --git a/etc/gnome-mines.profile b/etc/gnome-mines.profile
index 9cae75524..9209b9ac3 100644
--- a/etc/gnome-mines.profile
+++ b/etc/gnome-mines.profile
@@ -1,5 +1,5 @@
1# Firejail profile for gnome-mines 1# Firejail profile for gnome-mines
2# Description: Sliding tile puzzle game 2# Description: The popular logic puzzle minesweeper
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include gnome-mines.local 5include gnome-mines.local
diff --git a/etc/gnome-nibbles.profile b/etc/gnome-nibbles.profile
index 4e42b6b15..5d4241c80 100644
--- a/etc/gnome-nibbles.profile
+++ b/etc/gnome-nibbles.profile
@@ -1,5 +1,5 @@
1# Firejail profile for gnome-nibbles 1# Firejail profile for gnome-nibbles
2# Description: Sliding tile puzzle game 2# Description: A worm game for GNOME
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include gnome-nibbles.local 5include gnome-nibbles.local
diff --git a/etc/gnome-robots.profile b/etc/gnome-robots.profile
index 888324a5c..b720bddd3 100644
--- a/etc/gnome-robots.profile
+++ b/etc/gnome-robots.profile
@@ -1,5 +1,5 @@
1# Firejail profile for gnome-robots 1# Firejail profile for gnome-robots
2# Description: Sliding tile puzzle game 2# Description: Based on classic BSD Robots
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include gnome-robots.local 5include gnome-robots.local
diff --git a/etc/gnome-sudoku.profile b/etc/gnome-sudoku.profile
index b41bccd1e..fb50723ce 100644
--- a/etc/gnome-sudoku.profile
+++ b/etc/gnome-sudoku.profile
@@ -1,5 +1,5 @@
1# Firejail profile for gnome-sudoku 1# Firejail profile for gnome-sudoku
2# Description: Sliding tile puzzle game 2# Description: puzzle game for the popular Japanese sudoku logic puzzle
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include gnome-sudoku.local 5include gnome-sudoku.local
diff --git a/etc/gnome-taquin.profile b/etc/gnome-taquin.profile
index efd64d455..83683918e 100644
--- a/etc/gnome-taquin.profile
+++ b/etc/gnome-taquin.profile
@@ -1,5 +1,5 @@
1# Firejail profile for gnome-taquin 1# Firejail profile for gnome-taquin
2# Description: Sliding tile puzzle game 2# Description: A sliding puzzle game for GNOME
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include gnome-taquin.local 5include gnome-taquin.local
diff --git a/etc/gnome-tetravex.profile b/etc/gnome-tetravex.profile
index e9622539c..032242f54 100644
--- a/etc/gnome-tetravex.profile
+++ b/etc/gnome-tetravex.profile
@@ -1,5 +1,5 @@
1# Firejail profile for gnome-tetravex 1# Firejail profile for gnome-tetravex
2# Description: Sliding tile puzzle game 2# Description: A simple puzzle game for GNOME
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include gnome-tetravex.local 5include gnome-tetravex.local
diff --git a/etc/lightsoff.profile b/etc/lightsoff.profile
index 65c8bd78d..27185709a 100644
--- a/etc/lightsoff.profile
+++ b/etc/lightsoff.profile
@@ -1,5 +1,5 @@
1# Firejail profile for lightsoff 1# Firejail profile for lightsoff
2# Description: Sliding tile puzzle game 2# Description: GNOME Lightsoff game
3# This file is overwritten after every install/update 3# This file is overwritten after every install/update
4# Persistent local customizations 4# Persistent local customizations
5include lightsoff.local 5include lightsoff.local
diff --git a/etc/swell-foop.profile b/etc/swell-foop.profile
new file mode 100644
index 000000000..127d413ad
--- /dev/null
+++ b/etc/swell-foop.profile
@@ -0,0 +1,19 @@
1# Firejail profile for swell-foop
2# Description: GNOME colored tiles puzzle game
3# This file is overwritten after every install/update
4# Persistent local customizations
5include swell-foop.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.local/share/swell-foop
10
11mkdir ${HOME}/.local/share/swell-foop
12whitelist ${HOME}/.local/share/swell-foop
13
14whitelist /usr/share/swell-foop
15
16private-bin swell-foop
17
18# Redirect
19include gnome_games-common.profile