aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates
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 /etc/templates
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)
Diffstat (limited to 'etc/templates')
-rw-r--r--etc/templates/profile.template6
1 files changed, 3 insertions, 3 deletions
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