NAME | SYNOPSIS | DESCRIPTION | OPTIONS | DIAGNOSTICS | FILES | ATTRIBUTES | SUMMARY OF TRUSTED SOLARIS CHANGES | SEE ALSO
allocate manages the ownership of devices through its allocation mechanism. It ensures that each device is used by only one qualified user at a time.
The device argument specifies the device to be manipulated. To preserve the integrity of the device's owner, the allocate operation is executed on all the device-special files associated with that device.
The argument dev-type, is the device type to be operated on. The argument dev-type, can only be used with the -g option.
The default allocate operation, allocates the device-special files associated with device to the UID of the current process.
If the -F option is specified, the device cleaning program is executed when allocation is performed. This cleaning program is found in /etc/security/lib. The name of this program is found in the device_allocate(4) entry for the device in the dev-exec field.
Allocate a non-allocated device with a device-type matching dev-type.
Silent. Suppresses any diagnostic output.
Reallocate the device allocated to another user. This option is often used with -U to reallocate a specific device to a specific user. This option requires the sys_devices
privilege to work.
Use the user ID uname instead of the user ID of the current process when performing the allocate operation. This
option requires the sys_devices
privilege to work.
allocate returns an nonzero exit status in the event of an error.
Mandatory access control file for devices.
List of physical devices associated with a device name and type.
Device storage area.
Directory of device cleaning scripts.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Availability | SUNWcsu |
The -F and -U options require the sys_devices
privilege to work.
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | DIAGNOSTICS | FILES | ATTRIBUTES | SUMMARY OF TRUSTED SOLARIS CHANGES | SEE ALSO