From 433f67730c1fdfe05f9ca334b58ca660aceec718 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 20 Mar 2020 14:59:30 -0400 Subject: [PATCH] Add RAW capability to the service This is required for the new PXE support --- confluent_server/systemd/confluent.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/systemd/confluent.service b/confluent_server/systemd/confluent.service index 1f856701..36398175 100644 --- a/confluent_server/systemd/confluent.service +++ b/confluent_server/systemd/confluent.service @@ -14,7 +14,7 @@ ConfigurationDirectory=confluent ExecStart=/opt/confluent/bin/confluent ExecStop=/opt/confluent/bin/confetty shutdown / Restart=on-failure -AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_SETUID CAP_SETGID CAP_CHOWN +AmbientCapabilities=CAP_NET_BIND_SERVICE CAP_SETUID CAP_SETGID CAP_CHOWN CAP_NET_RAW User=confluent Group=confluent DevicePolicy=closed