import all devices into a non-global zone
Hi,
I want to import all devices (including disks) in global zone into a non-global zone as follows:
zonecfg:myzone> add device
zonecfg:myzone:device> set match=/dev/*
zonecfg:myzone:device> end
zonecfg:myzone>
zonecfg:myzone> verify
zonecfg:myzone> commit
zonecfg:myzone> exit
but after booting the zone,there are not disks and some other devices in the zone.
Is it a must to separately specify each device as follows:
set match=/dev/dsk/*
set match=/dev/rdsk/*
set match=/dev/sound/*
...
Thanks.

