diff options
-rw-r--r-- | etc/rc.d/jail | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/rc.d/jail b/etc/rc.d/jail index 805146b..d35f3f7 100644 --- a/etc/rc.d/jail +++ b/etc/rc.d/jail @@ -8,6 +8,12 @@ # BEFORE: securelevel # KEYWORD: nojail shutdown +# WARNING: This script deals with untrusted data (the data and +# processes inside the jails) and care must be taken when changing the +# code related to this! If you have any doubt whether a change is +# correct and have security impact, please get the patch reviewed by +# the FreeBSD Security Team prior to commit. + . /etc/rc.subr name="jail" |