mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-05 20:35:48 +02:00
11 lines
131 B
JSON
11 lines
131 B
JSON
{
|
|
"defaultAction": "SCMP_ACT_ALLOW",
|
|
"syscalls": [
|
|
{
|
|
"name": "mkdir",
|
|
"action": "SCMP_ACT_ERRNO",
|
|
"args": []
|
|
}
|
|
]
|
|
}
|