If /etc/ccs/ccs-post-init is an executable file, /etc/ccs/ccs-post-init is also executed.
You can use /etc/ccs/ccs-post-init for additional initialization purpose.
For example, you can write
#! /bin/sh
echo manage_by_non_root > /proc/ccs/manager
chown -R demo /proc/ccs/
in the /etc/ccs/ccs-post-init and chown/chmod like
chown -R demo /etc/ccs/
to allow policy management by user "demo" as well as user "root".
EXAMPLES
None.
NOTES
If something went wrong, a prompt is shown so that the administrator can take action before the kernel gets panic.
You don't need to invoke this program manually.
To load policy after /sbin/init starts, use ccs-loadpolicy instead.