CAM Mass Storage Fix
====================


Overview
--------
Due to the way that the Sun Ray Mass Storage works, it will not work with Controlled Access Mode with out a little help.

CAM Users do not have the rights to create a directory under /tmp/SUNWut/mnt, but since CAM invokes the *.SUNWut scripts in /usr/dt/config/Xsession.d as the root user, it is possible to create the directory structure needed.  A small script has been included in this directory that does the following:

Gets a list of CAM Users
Creates a directory Structure under /tmp/SUNWut/mnt for each CAM user
Secures that directory to that CAM User.

This method will work across utrestarts and for each new CAM Session that gets created.




How to install
--------------

In this directory you will find a file called 0200.SUNWut.  Please move this file to /usr/dt/config/Xsession.d

This file should be set to an owner of root:bin and permissions of 700

Start a new CAM Session and you should now be able to access your storage device from the /tmp/SUNWut/mnt/$USER directory.

Do NOT change the suffix of this file or CAM will not execute.  If you already have a file called 0200.SUNWut, just increment the 0200 to the next available number.
