26169. 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.

26169.1 Files compared

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

26169.2 Comparison summary

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

26169.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

26169.4 Active regular expressions

No regular expressions were active.

26169.5 Comparison detail

  1   # Ansible  Playbook 
  2   # Erik van  Oudheusde PII                            - 28 Sep 2 017
  3   #
  4   #
  5  
  6   ---
  7   - name: Al l audit.d  rules
  8     hosts: r hel7
  9     become:  yes
  10     tasks:
  11     - name:  edit audit .rules Com ment
  12       blocki nfile: 
  13         path : /etc/aud it/rules.d /audit.rul es
  14         mark er: "## {m ark} Added  for VA CR ISP"
  15         bloc k: |
  16           #  This file  contains t he auditct l rules th at are loa ded
  17           #  whenever t he audit d aemon is s tarted via  the inits cripts.
  18           #  The rules  are simply  the param eters that  would be  passed
  19           #  to auditct l.
  20          
  21           #  First rule  - delete  all
  22           -D
  23  
  24           #  Increase t he buffers  to surviv e stress e vents.
  25           #  Make this  bigger for  busy syst ems
  26           -b  320
  27  
  28           #  Feel free  to add bel ow this li ne. See au ditctl man  page
  29  
  30