HOME


Mini Shell 1.0
DIR:/usr/share/doc/audit-2.8.5/rules/
Upload File :
Current File : //usr/share/doc/audit-2.8.5/rules/41-containers.rules
## Use these rules if you want to log container events
## watch for container creation
-a always,exit -F arch=b32 -S clone -F a0&0x7C020000 -F key=container-create
-a always,exit -F arch=b64 -S clone -F a0&0x7C020000 -F key=container-create

## watch for containers that may change their configuration
-a always,exit -F arch=b32 -S unshare,setns -F key=container-config
-a always,exit -F arch=b64 -S unshare,setns -F key=container-config