Merge pull request 'master' (#24) from claudiomaradonna/configurations:master into master
Reviewed-on: #24
This commit is contained in:
commit
2c535b6d17
2 changed files with 27 additions and 2 deletions
13
auditd/etc/audit/rules.d/docker.rules
Normal file
13
auditd/etc/audit/rules.d/docker.rules
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
-w /etc/docker -k docker
|
||||||
|
-w /etc/default/docker -k docker
|
||||||
|
-w /etc/docker/daemon.json -k docker
|
||||||
|
-w /etc/containerd/config.toml -k docker
|
||||||
|
-w /lib/systemd/system/docker.service -k docker
|
||||||
|
-w /lib/systemd/system/docker.socket -k docker
|
||||||
|
-w /run/containerd -k docker
|
||||||
|
-w /usr/bin/containerd -k docker
|
||||||
|
-w /usr/bin/containerd-shim -k docker
|
||||||
|
-w /usr/bin/containerd-shim-runc-v1 -k docker
|
||||||
|
-w /usr/bin/containerd-shim-runc-v2 -k docker
|
||||||
|
-w /usr/bin/runc -k docker
|
||||||
|
-w /var/lib/docker -k docker
|
|
@ -1,4 +1,16 @@
|
||||||
{
|
{
|
||||||
"userland-proxy": false,
|
"default-ulimits": {
|
||||||
"icc": false
|
"nofile": {
|
||||||
|
"Hard": 8192,
|
||||||
|
"Name": "nofile",
|
||||||
|
"Soft": 4096
|
||||||
|
}, "nproc": {
|
||||||
|
"Hard": 4096,
|
||||||
|
"Name": "nproc",
|
||||||
|
"Soft": 2048
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"icc": false,
|
||||||
|
"no-new-privileges": false,
|
||||||
|
"userland-proxy": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue