From 2fde88bdf6144643ccc0b0966c7bf8d7aa712832 Mon Sep 17 00:00:00 2001 From: Susant Sahani Date: Tue, 14 Dec 2021 14:19:56 +0530 Subject: [PATCH] Update readme: Describe about user `network-broker` --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5dd0eb9..fabef40 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ Environment variables `LINK`, `LINKINDEX=` and DHCP lease information `DHCP_LEAS ``` +Due to security `network-broker` runs in non root user `network-broker`. It drops all privileges except CAP_NET_ADMIN and CAP_SYS_ADMIN. + +```bash +❯ useradd -M -s /usr/bin/nologin network-broker +``` + ### Configuration ----