From 564a4a4ee90d56234cdfd6c09e36bc411ce01e70 Mon Sep 17 00:00:00 2001 From: Mo Zhu Date: Tue, 18 Oct 2022 10:08:52 -0700 Subject: [PATCH] Link to what it means to be "privileged" docker container (#8260) --- schema/fleet_schema.json | 4 ++++ 1 file changed, 4 insertions(+) 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"]