diff --git a/schema/fleet_schema.json b/schema/fleet_schema.json index aa82fe25b7..61908ef8c8 100644 --- a/schema/fleet_schema.json +++ b/schema/fleet_schema.json @@ -711,6 +711,10 @@ "name": "pid_namespace", "platforms": ["linux"] }, + { + "name": "privileged", + "description": "Is the container [privileged](https://docs.docker.com/engine/reference/run/#runtime-privilege-and-linux-capabilities)" + }, { "name": "user_namespace", "platforms": ["linux"]