90 lines
3.4 KiB
HTML
90 lines
3.4 KiB
HTML
|
|
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Configure System Security (CFGSYSSEC)</title>
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body bgcolor="white">
|
|
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<a name="CFGSYSSEC.Top_Of_Page"></a>
|
|
<h2>Configure System Security (CFGSYSSEC)</h2>
|
|
<table width="100%">
|
|
<tr>
|
|
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
|
|
<b>Threadsafe: </b>No
|
|
</td>
|
|
<td valign="top" align="right">
|
|
<a href="#CFGSYSSEC.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#CFGSYSSEC.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#CFGSYSSEC.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="CFGSYSSEC"></a>
|
|
<p>The Configure System Security (CFGSYSSEC) command activates security features of the system by turning on security auditing, changing system values, and modifying system supplied user profiles. To determine what features are turned on, issue the Retrieve CL Source (RTVCLSRC) command against the program QSECCFGS and examine the source file created by the RTVCLSRC command.
|
|
</p>
|
|
<p><b>Restriction:</b> You must have *ALLOBJ, *SECADM, and *AUDIT special authorities to use this command.
|
|
</p>
|
|
<p>This command can be customized by the security administrator by following the steps below:
|
|
</p>
|
|
<ol>
|
|
<li>Issue the Retrieve CL Source (RTVCLSRC) command against the program QSECCFGS.
|
|
</li>
|
|
<li>Edit the source code produced from the RTVCLSRC command and compile the new program. Make sure that the program is given a new name, is created into a library other than QSYS, and that the *PUBLIC authority is set to *EXCLUDE.
|
|
</li>
|
|
<li>Issue the Change Command (CHGCMD) against the Configure System Security command and specify your new program for the <b>PGM</b> parameter. An example is listed below:
|
|
<p>
|
|
<pre>
|
|
CHGCMD CMD(QSYS/CFGSYSSEC) PGM(library_name/new_pgm_name)
|
|
</pre>
|
|
</p>
|
|
<p>
|
|
<b>Note: </b>If a product upgrade is done, the CFGSYSSEC command is reinstalled, or maintenance is applied to the CFGSYSSEC command, the CHGCMD will have to be issued again to customize the command.
|
|
</p>
|
|
</li>
|
|
</ol>
|
|
<p><b>DISCLAIMER:</b> IBM cannot guarantee or imply reliability, serviceability, performance or function of the retrieved QSECCFGS source code and any programs. THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE EXPRESSLY DISCLAIMED.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CFGSYSSEC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="CFGSYSSEC.PARAMETERS.TABLE">Parameters</a></h3>None<br>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CFGSYSSEC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="CFGSYSSEC.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
CFGSYSSEC
|
|
</pre>
|
|
</p>
|
|
<p>This command allows you to configure the security features of your system.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CFGSYSSEC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="CFGSYSSEC.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPFB304</b></dt>
|
|
<dd>User does not have required special authorities.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#CFGSYSSEC.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|