SST/JASS 4.2 "bug" reporting
1. In the Reference Manual:
Using File Templates
...
This directory stores file templates that are copied to a
JumpStart client during a hardening run.
Not just Jumpstart clients as I can tell, but standalone runs as well.
2. Messed up numeric list in docs:
To Add a New Variable to the user.init script
You can add environment variables to the user.init script by doing the following.
1. Add the variable declaration with itsdefault value.
1. Export thenew variable in the user.init file.
3. Description for set-ftpd-umask has clearly been copied from the FTP service banner script and has not been corrected. Multiple references to "FTP service banner" which should not be present.
4. When applying secure.driver, why is it checking irrelevant things? Part of the policy is to disable FTP completely. It then worries itself about the FTP banner? Ditto for telnetd disable then banner check. Ditto for "NFS server" which gets disabled and is later checked to make sure incoming NFS connections happen via proper ports.
5. Which is it? 10MB or 20MB?
...
#... The size limit
#defined by the JASS_CRON_LOG_SIZE parameter is 20480k.
# --
[FAIL] log size ("-s") is not set to 10240k in /etc/logadm.conf.

