26222. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 5/14/2018 1:18:39 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.

26222.1 Files compared

# Location File Last Modified
1 MCCF_EDI_TAS_Infrastructure.zip\MCCF_EDI_TAS_Infrastructure\mag_sys_build\replaced-playbooks file_permissions.yml Tue Mar 27 23:51:12 2018 UTC
2 MCCF_EDI_TAS_Infrastructure.zip\MCCF_EDI_TAS_Infrastructure\mag_sys_build\replaced-playbooks file_permissions.yml Tue May 8 03:19:24 2018 UTC

26222.2 Comparison summary

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

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

26222.4 Active regular expressions

No regular expressions were active.

26222.5 Comparison detail

  1   # Ansible  Playbook 
  2   # Erik van  Oudheusde PII                            - 28 Sep 2 017
  3   #
  4   # Verify P ermissions  on Import ant Files  and Direct ories
  5  
  6   ---
  7   - name: Ve rify Permi ssions on  Important  Files and  Directorie s
  8     hosts: r hel7
  9     become:  yes
  10     tasks:
  11     - name:  Shadow Fil e
  12       file:
  13         path : /etc/sha dow
  14         owne r: root
  15         grou p: root
  16         mode : 0000
  17     - name:  Group File
  18       file:
  19         path : /etc/gro up
  20         owne r: root
  21         grou p: root
  22         mode : 0644
  23     - name:  Password F ile
  24       file:
  25         path : /etc/pas swd
  26         owne r: root
  27         grou p: root
  28         mode : 0644
  29     - name:  Grub File
  30       file:
  31         path : /boot/gr ub2/grub.c fg
  32         owne r: root
  33         grou p: root
  34         mode : 0600