diff options
author | Rob Austein <sra@hactrn.net> | 2013-09-26 01:36:22 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-09-26 01:36:22 +0000 |
commit | 18c9475974c4d8261715bc428dea5fb248c0b8ed (patch) | |
tree | 6d699c31af0cdfb11394f184682ae76bf37bec90 | |
parent | 3eef6211910a8c14d89802531e2cddaa8f668df3 (diff) |
Disclaimer
svn path=/trunk/; revision=5522
-rwxr-xr-x | scripts/rcynic-lta | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/scripts/rcynic-lta b/scripts/rcynic-lta index db5bd59e..36a7f8a8 100755 --- a/scripts/rcynic-lta +++ b/scripts/rcynic-lta @@ -16,6 +16,23 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. +######################################################################## +# +# DANGER WILL ROBINSON +# +# This is a PROTOTYPE of a local trust anchor mechanism. At the +# moment, it DOES NOT WORK by any sane standard of measurement. It +# produces output, but there is no particular reason to believe said +# output is useful, and fairly good reason to believe that it is not. +# +# With luck, this may eventually mutate into something useful. For +# now, just leave it alone unless you really know what you are doing, +# in which case, on your head be it. +# +# YOU HAVE BEEN WARNED +# +######################################################################## + import os import sys import yaml |