diff options
author | simon <simon@FreeBSD.org> | 2008-01-13 14:27:53 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2008-01-13 14:27:53 +0000 |
commit | 28827547bbae974e5ca23ee55d1ba558da366885 (patch) | |
tree | 9d576ee78909d7f15828819418b80b8bd6e07404 /etc/rc.d/jail | |
parent | 1ee7c30aa948b02c27643a04a23cfebfc51d1e4d (diff) | |
download | FreeBSD-src-28827547bbae974e5ca23ee55d1ba558da366885.zip FreeBSD-src-28827547bbae974e5ca23ee55d1ba558da366885.tar.gz |
Add warning about this script dealing with untrusted data.
MFC after: 1 week
Diffstat (limited to 'etc/rc.d/jail')
-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" |