We have noticed that after we have performed a non root install, that the root folder is set as root and not as install owner.
Is this intentional or is this an oversight?
Spectrum 22.2.x / Spectrum 23.3.x
Non-Root Install
Spectrum intentionally will leave the CA folder as root and set only the /opt/CA/SharedComponents folder.
This is done using the spectrum_nonroot_prepost_install.sh script.
$SPECROOT/Install-Tools/spectrum_nonroot_prepost_install.sh
install_capki()
{
echo "Installing capki"
$SPECROOT/Install-Tools/CAPKI/setup install caller=SPECTRUM env=all
chown -R $SPECOWNER:$SPECOWNER /opt/CA/SharedComponents
}