forked from pool/docker
Accepting request 406826 from home:jordimassaguerpla:branch:docker:2016_07_06
- fix bsc#984942: audit.rules in docker-1.9.1-58.1.x86_64.rpm has a syntax error OBS-URL: https://build.opensuse.org/request/show/406826 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=115
This commit is contained in:
parent
b2da1ef3a2
commit
d9b4385673
@ -1,7 +1,7 @@
|
||||
##
|
||||
# Audit rules based on CIS Docker 1.6 Benchmark v1.0.0
|
||||
# https://benchmarks.cisecurity.org/tools2/docker/CIS_Docker_1.6_Benchmark_v1.0.0.pdf
|
||||
# Not all of these apply to SUSE.
|
||||
# Not all of these apply to SUSE.
|
||||
# 1.8 Audit docker daemon
|
||||
-w /usr/bin/docker -k docker
|
||||
# 1.9 Audit Docker files and directories
|
||||
@ -23,5 +23,5 @@
|
||||
# 1.17 Audit Docker files and directories - /etc/sysconfig/docker-storage
|
||||
-w /etc/sysconfig/docker-storage -k docker
|
||||
# 1.18 Audit Docker files and directories - /etc/default/docker
|
||||
-w /etc/default/docker-k docker
|
||||
-w /etc/default/docker -k docker
|
||||
## end docker audit rules
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 5 17:52:58 UTC 2016 - jmassaguerpla@suse.com
|
||||
|
||||
- fix bsc#984942: audit.rules in docker-1.9.1-58.1.x86_64.rpm has a
|
||||
syntax error
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 5 14:26:45 UTC 2016 - asarai@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user