<?xml version="1.0" encoding="UTF-8"?>
<!--
  - $Header: emcore/source/oracle/sysman/emdrep/rsc/core/policy/host_policies.dlf /st_emcore_10.2.0.4.3db11.2.0.2/1 2010/06/10 23:46:00 jagopal Exp $
  -
  - Copyright (c) 2004 Oracle. All Rights Reserved.
  -
  - NAME
  -   host_policies.dlf - Seed file for the MGMT_MESSAGES table
  -
  - DESCRIPTION
  -   This file contains seed data for the EM Messages table.
  -
  - NOTES
  -
  - MODIFIED   (MM/DD/YY)
  - dkjain     02/03/05 - dkjain_esa_lsnr_host_dlf
  - dkjain     01/30/05 - Created
  -->
<table xml:lang="en" name="MGMT_MESSAGES">

<!-- lookup-key indicates which columns are used by TransX to recognize a row as a duplicate -->
<lookup-key>
  <column name="MESSAGE_ID"/>
  <column name="SUBSYSTEM"/>
  <column name="LANGUAGE_CODE"/>
  <column name="COUNTRY_CODE"/>
</lookup-key>

<!-- columns indicates which columns will be loaded as part of processing the dataset and
       which should be translated by the Translation Group -->
<columns>
  <column name="MESSAGE_ID" type="string" maxsize="256"/>
  <column name="SUBSYSTEM" type="string" maxsize="64"/>
  <column name="LANGUAGE_CODE" type="string" language="%l"/>
  <column name="COUNTRY_CODE" type="string" language="%Cs"/>
  <column name="MESSAGE" type="string" maxsize="1000" translate="yes"/>
</columns>

<!-- dataset specifies the data to be loaded into the repository -->
<dataset>

<!--Execute_Stack --> 

  <row>
    <col name="MESSAGE_ID">EXE_STACK_NAME</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Execute Stack</col>
  </row>
  <row>
    <col name="MESSAGE_ID">EXE_STACK_DESC</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Ensure that the OS configuration parameter, which enables execution of code on the user stack, is not enabled</col>
  </row>
  <row>
    <col name="MESSAGE_ID">EXE_STACK_IMPACT</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Enabling code execution on the user stack may allow a malicious user to exploit stack buffer overflows. Overflows can cause portions of a system to fail, or even execute arbitrary code.</col>
  </row>
  <row>
    <col name="MESSAGE_ID">EXE_STACK_RECOMM</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Disable code execution on the user stack.</col>
  </row>


<!-- Open_ports -->
  <row>
    <col name="MESSAGE_ID">OPEN_PORTS_NAME</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Open Ports</col>
  </row>
  <row>
    <col name="MESSAGE_ID">OPEN_PORTS_DESC</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Ensure that no unintended ports are left open</col>
  </row>
  <row>
    <col name="MESSAGE_ID">OPEN_PORTS_IMPACT</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Open ports may allow a malicious user to take over the host.</col>
  </row>
  <row>
    <col name="MESSAGE_ID">OPEN_PORTS_RECOMM</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Do not open insecure ports.</col>
  </row>
  
<!--Insecure_Services -->
<row>
    <col name="MESSAGE_ID">INSEC_SERV_NAME</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Insecure Services</col>
  </row>
  <row>
    <col name="MESSAGE_ID">INSEC_SERV_DESC</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Ensure that there are no insecure services (for example, telnet and ftp) running on the server</col>
  </row>
  <row>
    <col name="MESSAGE_ID">INSEC_SERV_IMPACT</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Insecure services may allow a malicious user to take over the host.</col>
  </row>
  <row>
    <col name="MESSAGE_ID">INSEC_SERV_RECOMM</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Do not run insecure services.</col>
  </row>

<!-- NTFS_File_System-->
  <row>
    <col name="MESSAGE_ID">FILE_SYS_TYPE_NAME</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">NTFS File System</col>
  </row>
  <row>
    <col name="MESSAGE_ID">FILE_SYS_TYPE_DESC</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Ensure that the file system on a Windows operating system uses NTFS</col>
  </row>
  <row>
    <col name="MESSAGE_ID">FILE_SYS_TYPE_IMPACT</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">Other than NTFS, file systems on Windows platforms may have serious security risks.</col>
  </row>
  <row>
    <col name="MESSAGE_ID">FILE_SYS_TYPE_RECOMM</col>
    <col name="SUBSYSTEM">POLICY</col>
    <col name="MESSAGE">On Windows operating systems, it is strongly recommended to use NTFS as the file system.</col>
  </row>
  
 </dataset>
</table>
