commit 4fc07d1999acdb98a89b2071b9f5981aebdd1899
parent 2582719fef77cd9df86620fe011e8c30381d1373
Author: ccx <ccx@te2000.cz>
Date: Mon, 20 May 2024 11:35:43 +0000
Properly annotate capabilities
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/zsh-functions/confz_site_containers_init b/zsh-functions/confz_site_containers_init
@@ -247,8 +247,8 @@ confz_site_container_services_check() {
local -A privileged_containers
local name linux_caps
privileged_containers=(
- wpa_supplicant '^CAP_NET_ADMIN,CAP_NET_RAW'
- dhcpcd '^CAP_NET_ADMIN,CAP_NET_RAW,CAP_NET_BIND'
+ wpa_supplicant '^CAP_NET_ADMIN,^CAP_NET_RAW'
+ dhcpcd '^CAP_NET_ADMIN,^CAP_NET_RAW,^CAP_NET_BIND_SERVICE'
unbound ''
tinc '^CAP_NET_ADMIN'
)