SV-24916r2_rule
V-2555
Oracle REMOTE_OS_ROLES parameter
DO3539-ORACLE11
CAT I
10
Document remote OS roles in the System Security Plan.
If not required, disable use of remote OS roles.
From SQL*Plus:
alter system set remote_os_roles = FALSE scope = spfile;
The above SQL*Plus command will set the parameter to take effect at next system startup.
From SQL*Plus:
select value from v$parameter where name = 'remote_os_roles';
If the returned value is not FALSE or not documented in the System Security Plan as required, this is a Finding.
V-2555
False
DO3539-ORACLE11
From SQL*Plus:
select value from v$parameter where name = 'remote_os_roles';
If the returned value is not FALSE or not documented in the System Security Plan as required, this is a Finding.
M
Information Assurance Officer
1367