Ref:
- How to identify and remove CBC ciphers in the CipherSuite?
- Mozilla SSL Configuration Generator
- ssl-enum-ciphers NSE Script
- SSL Server Test
Damn wish there was a way to copy a file fromand Darren Moffat pointed out a /system/shared which is read only from the zone but is writeable from the global zone.#Solaris global zone to a kernel zone with out going over network.
solaris-kz# ls /system/shared/
solaris-kz# touch /system/shared/ReadOnly
touch: cannot create /system/shared/ReadOnly: Read-only file system
solaris-kz# df /system/shared/
/system/shared (/dev/kz/sdir/shared@0):296322344 blocks 28136253 files
global-zone# zoneadm list -vc
ID NAME STATUS PATH BRAND IP
0 global running / solaris shared
1 solaris-kz running - solaris-kz excl
global-zone# ls /system/volatile/zones/solaris-kz/zonepath/root/shared/
global-zone# touch /system/volatile/zones/mysqlsrv/zonepath/root/shared/myfile
solaris-kz# ls /system/shared/
myfile
# pkg install developer/gcc-45 build/gnu-make
# export PATH=/usr/gcc/4.5/bin:/usr/bin:/usr/sbin:/usr/sfw/bin:/usr/lib:/usr/gnu/bin:
# bzip2 -dc postgresql-9.5.3.tar.bz2 | tar xf -
# cd postgresql-9.5.3
# groupadd -g 90 postgres
# useradd -u 90 -S files -s /usr/bin/pfksh -d / -g postgres postgres
# grep postgres /etc/passwd /etc/group
/etc/passwd:postgres:x:90:90:PostgreSQL Reserved UID:/:/usr/bin/pfksh
/etc/group:postgres::90: