Solaris Trusted Extensions

To disable:

– for each zone

zonecfg -z thezone export > thezone.zcfg
zoneadm -z thezone halt
zoneadm -z thezone detach
zonecfg -z thezone delete

– disable the labeld service

svcadm disable labeld

– reboot the server

– verify with the command “plabel”

– recreate the zones

zonecfg -z thezone -f thezone.zcfg
zoneadm -z thezone attach
zoneadm -z thezone boot