1
0
mirror of https://github.com/containers/youki synced 2024-11-24 01:44:17 +01:00
youki/cgroups/examples/rules.json
2021-08-29 20:51:15 +02:00

18 lines
245 B
JSON

[
{
"allow": false,
"access": "rwm"
},
{
"allow": true,
"type": "c",
"access": "rwm"
},
{
"allow": true,
"type": "b",
"major": 8,
"access": "rm"
}
]