26170. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/14/2018 1:18:37 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

26170.1 Files compared

# Location File Last Modified
1 MCCF_EDI_TAS_Infrastructure.zip\MCCF_EDI_TAS_Infrastructure\mag_sys_build\playbooks audit_rules_networkconfig_modification_rule.yml Tue Mar 27 23:51:08 2018 UTC
2 MCCF_EDI_TAS_Infrastructure.zip\MCCF_EDI_TAS_Infrastructure\mag_sys_build\playbooks audit_rules_networkconfig_modification_rule.yml Tue May 8 03:18:29 2018 UTC

26170.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 54
Changed 1 2
Inserted 0 0
Removed 0 0

26170.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

26170.4 Active regular expressions

No regular expressions were active.

26170.5 Comparison detail

  1   # Ansible  Playbook 
  2   # Erik van  Oudheusde PII                            - 28 Sep 2 017
  3   #
  4   # Record E vents that  Modify th e System's  Network E nvironment
  5  
  6   ---
  7   - name: Re cord Event s that Mod ify the Sy stem's Net work Envir onment
  8     hosts: r hel7
  9     become:  yes
  10     tasks:
  11     - name:  Create aud it_rules_n etworkconf ig_modific ation.rule s
  12       blocki nfile: 
  13         path : /etc/aud it/rules.d /audit_rul es_network config_mod ification. rules
  14         crea te: yes
  15         back up: yes
  16         mark er: "## {m ark} Added  for VA CR ISP"
  17         owne r: root
  18         grou p: root
  19         mode : 0600
  20         cont ent: |
  21           ## Network Mo dification
  22           -a  always,ex it -F arch =b32 -S se thostname  -S setdoma inname -k  audit_rule s_networkc onfig_modi fication
  23           -a  always,ex it -F arch =b64 -S se thostname  -S setdoma inname -k  audit_rule s_networkc onfig_modi fication
  24           -w  /etc/issu e -p wa -k  audit_rul es_network config_mod ification
  25           -w  /etc/issu e.net -p w a -k audit _rules_net workconfig _modificat ion
  26           -w  /etc/host s -p wa -k  audit_rul es_network config_mod ification
  27           -w  /etc/sysc onfig/netw ork -p wa  -k audit_r ules_netwo rkconfig_m odificatio n
  28