Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Revoke Public Authority (RVKPUBAUT) limits the use of a set of IBM-supplied commands and programs by changing the public authority to *EXCLUDE. To determine what commands and programs are being restricted, issue the Retrieve CL Source (RTVCLSRC) command against the program QSECRVKP and examine the source file created by the RTVCLSRC command.
Restriction: You must have all object (*ALLOBJ) special authority to run this command.
This command can be customized by the security administrator by following the steps below:
CHGCMD CMD(QSYS/RVKPUBAUT) PGM(library_name/new_pgm_name)
Note: If a product upgrade is done, the RVKPUBAUT command is reinstalled, or maintenance is applied to the RVKPUBAUT command, the CHGCMD will have to be issued again to customize the command.
DISCLAIMER: IBM cannot guarantee or imply reliability, serviceability, performance or function of the retrieved QSECRVKP source code and any programs. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE EXPRESSLY DISCLAIMED.
Top |
The name of the library where the IBM-supplied commands are to be found. The library value is only used for commands because they can be located in secondary language libraries.
Top |
RVKPUBAUT LIB(QSYS)
This command sets the public authority for commands and programs in library QSYS to *EXCLUDE.
Top |
Top |