
CVE-2016-5195, 일명 DirtyCOW를 완화합니다.
이 역할은 정의된 CVE를 완화/패치합니다.
Dirty COW 취약점. http://dirtycow.ninja. 기본값은 false입니다. 이 완화 조치는 적용된 서버가 재시작될 때마다 실행해야 합니다.
cve_2016_5195: false
---
- hosts: localhost
connection: local
become: true
become_method: sudo
vars:
cve_2016_5195: true
roles:
- ../ansible-role-cve
PR을 제출하기 전에 테스트를 작성하고 test-kitchen으로 실행하세요.
git clone [email protected]:pgporada/ansible-role-cve.git
bundle install
bundle exec kitchen create
bundle exec kitchen converge
bundle exec kitchen verify
bundle exec kitchen destroy
Phil Porada
MIT
(c) 2016 GreenLancer.com