aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--etc/disable-programs.inc1
-rw-r--r--etc/open-invaders.profile2
-rw-r--r--etc/penguin-command.profile40
-rw-r--r--src/firecfg/firecfg.config1
5 files changed, 44 insertions, 2 deletions
diff --git a/README.md b/README.md
index fd715f8c9..2aeea656c 100644
--- a/README.md
+++ b/README.md
@@ -176,4 +176,4 @@ Run ./profstats -h for help.
176### New profiles: 176### New profiles:
177 177
178gfeeds, firefox-x11, tvbrowser, rtv, clipgrab, gnome-passwordsafe, bibtex, gummi, latex, pdflatex, tex, wpp, wpspdf, wps, et, multimc, gnome-hexgl, com.github.johnfactotum.Foliate, desktopeditors, impressive, mupdf-gl, mupdf-x11, mupdf-x11-curl, muraster, mutool, planmaker18, planmaker18free, presentations18, presentations18free, textmaker18, textmaker18free, teams, xournal, 178gfeeds, firefox-x11, tvbrowser, rtv, clipgrab, gnome-passwordsafe, bibtex, gummi, latex, pdflatex, tex, wpp, wpspdf, wps, et, multimc, gnome-hexgl, com.github.johnfactotum.Foliate, desktopeditors, impressive, mupdf-gl, mupdf-x11, mupdf-x11-curl, muraster, mutool, planmaker18, planmaker18free, presentations18, presentations18free, textmaker18, textmaker18free, teams, xournal,
179gnome-screenshot, ripperX, sound-juicer, iagno, com.github.dahenson.agenda, gnome-pomodoro, gnome-todo, kmplayer 179gnome-screenshot, ripperX, sound-juicer, iagno, com.github.dahenson.agenda, gnome-pomodoro, gnome-todo, kmplayer, penguin-command
diff --git a/etc/disable-programs.inc b/etc/disable-programs.inc
index bd0213135..5b3fe475c 100644
--- a/etc/disable-programs.inc
+++ b/etc/disable-programs.inc
@@ -645,6 +645,7 @@ blacklist ${HOME}/.openttd
645blacklist ${HOME}/.opera 645blacklist ${HOME}/.opera
646blacklist ${HOME}/.opera-beta 646blacklist ${HOME}/.opera-beta
647blacklist ${HOME}/.ostrichriders 647blacklist ${HOME}/.ostrichriders
648blacklist ${HOME}/.penguin-command
648blacklist ${HOME}/.pingus 649blacklist ${HOME}/.pingus
649blacklist ${HOME}/.pioneer 650blacklist ${HOME}/.pioneer
650blacklist ${HOME}/.purple 651blacklist ${HOME}/.purple
diff --git a/etc/open-invaders.profile b/etc/open-invaders.profile
index 0ba9451d8..1f214b7f5 100644
--- a/etc/open-invaders.profile
+++ b/etc/open-invaders.profile
@@ -35,6 +35,6 @@ protocol unix,netlink
35seccomp 35seccomp
36shell none 36shell none
37 37
38# private-bin open-invaders 38private-bin open-invaders
39private-dev 39private-dev
40private-tmp 40private-tmp
diff --git a/etc/penguin-command.profile b/etc/penguin-command.profile
new file mode 100644
index 000000000..33e0651d4
--- /dev/null
+++ b/etc/penguin-command.profile
@@ -0,0 +1,40 @@
1# Firejail profile for open-invaders
2# Description: Space Invaders clone
3# This file is overwritten after every install/update
4# Persistent local customizations
5include open-invaders.local
6# Persistent global definitions
7include globals.local
8
9noblacklist ${HOME}/.penguin-command
10
11include disable-common.inc
12include disable-devel.inc
13include disable-exec.inc
14include disable-interpreters.inc
15include disable-passwdmgr.inc
16include disable-programs.inc
17
18mkdir ${HOME}/.openinvaders
19whitelist ${HOME}/.openinvaders
20include whitelist-common.inc
21include whitelist-var-common.inc
22
23apparmor
24caps.drop all
25net none
26nodbus
27nodvd
28nogroups
29nonewprivs
30noroot
31notv
32nou2f
33novideo
34protocol unix,netlink
35seccomp
36shell none
37
38private-bin penguin-command
39private-dev
40private-tmp
diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config
index a79c48f50..e836d8d39 100644
--- a/src/firecfg/firecfg.config
+++ b/src/firecfg/firecfg.config
@@ -510,6 +510,7 @@ pdfmod
510pdfsam 510pdfsam
511pdftotext 511pdftotext
512peek 512peek
513penguin-command
513picard 514picard
514pidgin 515pidgin
515#ping - disabled until we fix #1912 516#ping - disabled until we fix #1912