diff --git a/README.md b/README.md index 24bd530..773bd9a 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Plugin "ghcr.io/devplayer0/docker-net-dhcp:release-linux-amd64" is requesting th - network: [host] - host pid namespace: [true] - mount: [/var/run/docker.sock] - - capabilities: [CAP_NET_ADMIN CAP_SYS_ADMIN] + - capabilities: [CAP_NET_ADMIN CAP_SYS_ADMIN CAP_SYS_PTRACE] Do you grant the above permissions? [y/N] y release-linux-amd64: Pulling from ghcr.io/devplayer0/docker-net-dhcp Digest: sha256: diff --git a/config.json b/config.json index e65a740..359e30f 100644 --- a/config.json +++ b/config.json @@ -43,7 +43,8 @@ "linux": { "capabilities": [ "CAP_NET_ADMIN", - "CAP_SYS_ADMIN" + "CAP_SYS_ADMIN", + "CAP_SYS_PTRACE" ] } }