Trusted Solaris Administrator's Procedures

To Specify Mount-time Security Attributes on the Command Line

The following procedure mounts a tmpfs-type file system, swap, on /mnt with all allowed and all forced privileges.

  1. Assume the System Administrator role and go to an ADMIN_LOW workspace.

  2. Enter the mount command, using the -S option followed by any security attributes that you wish to specify.


    $ mount -F tmpfs -S  "allowed=all;forced=all" swap /mnt