Skip to content

Commit

Permalink
Fixes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
haxorof committed Nov 6, 2017
1 parent b0e86eb commit b1fc2be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased](../../releases/tag/X.Y.Z)

## [1.1.0](../../releases/tag/1.0.1) - 2017-11-06

### Added

- Add support to ensure Docker is not upgraded ([#17](../../issues/17))
Expand All @@ -19,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Fixed

- /proc/sys/fs/may_detach_mounts does not exists in all kernel 3.10 versions ([#18](../../issues/18))
- auditd does not apply all rules after reboot because of rule errors ([#16](../../issues/16))

## [1.0.1](../../releases/tag/1.0.1) - 2017-10-22

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/haxorof/ansible-role-docker-ce/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/haxorof/ansible-role-docker-ce.svg?branch=master)](https://travis-ci.org/haxorof/ansible-role-docker-ce)

Installs Docker CE (Community Edition) on CentOS/Fedora.
Installs Docker CE (Community Edition) on CentOS/Fedora/Ubuntu/Debian.

## Changelog

Expand Down Expand Up @@ -78,4 +78,3 @@ However this configuration setup devicemapper in a certain way which will create
## License

This is an open source project under the [MIT](https://github.com/haxorof/ansible-role-docker-ce/blob/master/LICENSE) license.

1 change: 1 addition & 0 deletions files/etc/audit/rules.d/docker.rules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-c
-w /usr/bin/docker -k docker
-w /var/lib/docker -k docker
-w /etc/docker -k docker
Expand Down

0 comments on commit b1fc2be

Please sign in to comment.