During installation, the conversion utility GSVXCNVS converts the security data set from a previous CA SYSVIEW release to the current release.
By default, the security file conversion marks command authorization for new commands as allowed.
Note: In previous releases, the default action was to fail new commands.
You can modify the default behavior by coding the SYSIN data set for the GSVXCNVS utility. The following example fails new commands for all groups except ADMIN:
//SYSIN DD * FAILNEWCMDS=YES,GROUP=*ALL* FAILNEWCMDS=NO,GROUP=ADMIN /*
The input processes in the order that it is read and uses the last setting that applies to the user group.
The SPOOL resource has also been expanded to accommodate JES3:
Note: In prior releases of CA SYSVIEW, the SPOOL resource was a 2-byte suffix of the JES2 spool volume. Therefore, modify the resource name of your existing internal security rules for JES2 SPOOL to be the full spool volume name.
Commands have been added to CA SYSVIEW in this release. More external security rules could be required.
The entity:
SV.RESN.<system>.SPOOL.<JES2_ssid>.<2-byte_spool_volume_suffix>
Changed to:
SV.RESN.<system>.SPOOL.<JES2_ssid>.<6-byte_spool_volume>
You can call the pre-SAF notification exit before calling SAF. CA SYSVIEW passes the class name and entity name to the exit.
Note: For more information, see the Security Guide.
Code the following suspend rule to suspend all resource checking for the output class a job on the spool is in:
SV.SUSP.<system>.RESN.OUTCLASS
Sample JCL to execute the utility is located in:
SYSVIEW.DEV.BASE.SAMPLIB(GSVUSAFE)
For more information, see the following help topic Implementing External Security (SAF).
The following enhancements have been made to existing commands.
The Miscellaneous Section of a CA SYSVIEW security user group controls user access to commands that have been defined in multiple command groups.
The amount of time a CICS or VTAM session can be idle before the session is automatically terminated.
The value is in minutes. A value of 0 (zero) specifies there is no time limit.
For example, suppose the timeout value is 5. If a user in this group logs in and the user does not enter any input for 5 minutes, then the session is terminated.
Default: 240
In previous releases, the default was 0.
The External Security Section of a CA SYSVIEW security user group contains the following new option to control external security requests:
Specify a value of YES if you want only the external security determining access. The Internal security is not called before the external security. Access that internal security failed, the external security does not override and allow. This option allows you to use the external security exclusively without having to allow all access in the DEFAULT internal security group.
Note: When you set this option, Command Groups you defined in the internal security do not participate in determining command and subcommand access.
Default: No
The security resources have been enhanced to include the following new resource:
JES job class groups.
|
Copyright © 2012 CA.
All rights reserved.
|
|