1
0
mirror of https://github.com/containers/youki synced 2025-11-11 03:18:41 +01:00
youki/crates/libcgroups/examples/rules.json
2021-10-22 22:05:14 +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"
}
]