2021-12-09 16:45:04 +09:00
|
|
|
{
|
|
|
|
|
"linux": {
|
|
|
|
|
"description": "Linux platform-specific features",
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"namespaces": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
|
|
|
|
"$ref": "defs-linux.json#/definitions/NamespaceType"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"capabilities": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
|
|
|
|
"type": "string",
|
|
|
|
|
"pattern": "^CAP_[A-Z_]+$"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"cgroup": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"v1": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"v2": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"systemd": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"systemdUser": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"rdma": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"seccomp": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"enabled": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
},
|
|
|
|
|
"actions": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
|
|
|
|
"$ref": "defs-linux.json#/definitions/SeccompAction"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"operators": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
|
|
|
|
"$ref": "defs-linux.json#/definitions/SeccompOperators"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"archs": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
|
|
|
|
"$ref": "defs-linux.json#/definitions/SeccompArch"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"knownFlags": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
|
|
|
|
"$ref": "defs-linux.json#/definitions/SeccompFlag"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"supportedFlags": {
|
|
|
|
|
"type": "array",
|
|
|
|
|
"items": {
|
|
|
|
|
"$ref": "defs-linux.json#/definitions/SeccompFlag"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"apparmor": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"enabled": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"selinux": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"enabled": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"intelRdt": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"enabled": {
|
|
|
|
|
"type": "boolean"
|
|
|
|
|
}
|
|
|
|
|
}
|
2023-08-21 16:21:07 +02:00
|
|
|
},
|
|
|
|
|
"mountExtensions": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
|
|
|
|
"idmap": {
|
|
|
|
|
"type": "object",
|
|
|
|
|
"properties": {
|
2024-06-10 22:06:05 +09:00
|
|
|
"enabled": {
|
2023-08-21 16:21:07 +02:00
|
|
|
"type": "boolean"
|
|
|
|
|
}
|
2024-06-10 22:06:05 +09:00
|
|
|
}
|
2023-08-21 16:21:07 +02:00
|
|
|
}
|
|
|
|
|
}
|
2021-12-09 16:45:04 +09:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|