z/OS Security Server RACF General User's Guide
|
Previous topic |
Next topic |
Contents |
Contact z/OS |
Library |
PDF
Choosing between discrete and generic profiles z/OS Security Server RACF General User's Guide SA23-2298-00 |
|
|
Data set profiles contain a description of a data set, including the authorized users and the access authority of each user. They can either be discrete or generic. Check with your security administrator to find out your installation's policy on whether to use discrete or generic profiles. Most security administrators prefer to use generic profiles. A discrete profile protects a single data set that has unique security requirements. The name of a discrete profile must exactly match the name of the data set it protects. The data set SMITH.PAYROLL.INFO would be protected by the discrete data set profile SMITH.PAYROLL.INFO. You would choose a discrete profile to protect one data set with unique security requirements. To create a discrete profile, see Creating a discrete profile to protect a data set. A generic profile protects several data sets that have a
similar naming structure and security requirements. The name of
a generic data set profile need not exactly match the names of the
data sets it protects. Rather, it can contain generic characters that
match any other characters. You can protect many data sets with similar
characteristics with a generic profile. Two advantages of a generic
profile are:
If a data set is protected by both a generic profile and a discrete profile, the discrete profile sets the level of protection for the data set. If a data set is protected by multiple generic profiles, the most specific generic profile sets the level of protection for the data set. In general, given two profiles that match a data set, you can find the more specific one by comparing the profile names from left to right. Where they differ, a non-generic character is more specific than a generic character. In comparing generics, a % is more specific than an *, and an * is more specific than **. Another way to determine the most specific profile is with the SEARCH command, as there are some rare exceptions to the general rule. SEARCH always lists the profiles in the order of the most specific to the least specific. A generic profile might already exist to protect your data set. However, that profile might not provide the exact protection you want. In this case, you can create a more specific generic profile or a discrete profile for the data set. You would choose a generic profile for one of the following reasons:
To create a generic profile, see Creating a generic profile to protect a data set.
Note:
|
Copyright IBM Corporation 1990, 2014 |