aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-05-05 09:17:22 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-05-05 09:17:22 +0200
commit59f7f59e02221e6ae5e34a3f3e830e4142c46f12 (patch)
tree643b82dc36aa23456511059fafc15f6eb9dcc0be
parentsteam.profile: Allow input devices (diff)
downloadfirejail-59f7f59e02221e6ae5e34a3f3e830e4142c46f12.tar.gz
firejail-59f7f59e02221e6ae5e34a3f3e830e4142c46f12.tar.zst
firejail-59f7f59e02221e6ae5e34a3f3e830e4142c46f12.zip
Stying fixes (mrrescue.profile, pingus.profile, profile.template)
-rw-r--r--etc/profile-m-z/mrrescue.profile3
-rw-r--r--etc/profile-m-z/pingus.profile1
-rw-r--r--etc/templates/profile.template6
3 files changed, 7 insertions, 3 deletions
diff --git a/etc/profile-m-z/mrrescue.profile b/etc/profile-m-z/mrrescue.profile
index d5dba3c95..035a7e625 100644
--- a/etc/profile-m-z/mrrescue.profile
+++ b/etc/profile-m-z/mrrescue.profile
@@ -8,7 +8,10 @@ include globals.local
8 8
9noblacklist ${HOME}/.local/share/love 9noblacklist ${HOME}/.local/share/love
10 10
11# Allow /bin/sh (blacklisted by disable-shell.inc)
11include allow-bin-sh.inc 12include allow-bin-sh.inc
13
14# Allow lua (blacklisted by disable-interpreters.inc)
12include allow-lua.inc 15include allow-lua.inc
13 16
14include disable-common.inc 17include disable-common.inc
diff --git a/etc/profile-m-z/pingus.profile b/etc/profile-m-z/pingus.profile
index c13838ed6..3889d87d2 100644
--- a/etc/profile-m-z/pingus.profile
+++ b/etc/profile-m-z/pingus.profile
@@ -8,6 +8,7 @@ include globals.local
8 8
9noblacklist ${HOME}/.pingus 9noblacklist ${HOME}/.pingus
10 10
11# Allow /bin/sh (blacklisted by disable-shell.inc)
11include allow-bin-sh.inc 12include allow-bin-sh.inc
12 13
13include disable-common.inc 14include disable-common.inc
diff --git a/etc/templates/profile.template b/etc/templates/profile.template
index 0a8785bf8..a7144a29f 100644
--- a/etc/templates/profile.template
+++ b/etc/templates/profile.template
@@ -81,6 +81,9 @@ include globals.local
81# `ls -aR` 81# `ls -aR`
82#noblacklist PATH 82#noblacklist PATH
83 83
84# Allow /bin/sh (blacklisted by disable-shell.inc)
85#include allow-bin-sh.inc
86
84# Allows files commonly used by IDEs 87# Allows files commonly used by IDEs
85#include allow-common-devel.inc 88#include allow-common-devel.inc
86 89
@@ -103,9 +106,6 @@ include globals.local
103# Allow ruby (blacklisted by disable-interpreters.inc) 106# Allow ruby (blacklisted by disable-interpreters.inc)
104#include allow-ruby.inc 107#include allow-ruby.inc
105 108
106# Allow /bin/sh (blacklisted by disable-shell.inc)
107#include allow-bin-sh.inc
108
109# Allow ssh (blacklisted by disable-common.inc) 109# Allow ssh (blacklisted by disable-common.inc)
110#include allow-ssh.inc 110#include allow-ssh.inc
111 111