Define the DBB application profile
Define an application ID for the shared daemon and grant everyone access.
| Command | Description |
|---|---|
SETROPTS GENERIC(APPL)SETROPTS CLASSACT(APPL) RACLIST(APPL) |
Activate the class for application protection |
RDEFINE APPL BGZAPPL UACC(NONE) DATA('DEPENDENCY BASED BUILD')PERMIT BGZAPPL CLASS(APPL) ACCESS(READ) ID(*)SETROPTS RACLIST(APPL) REFRESH |
Define an application ID for the daemon and grant everyone read access to it |