aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates/profile.template
diff options
context:
space:
mode:
Diffstat (limited to 'etc/templates/profile.template')
-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