Skip to content

Commit e07d435

Browse files
authored
[telemetry] limit privileged flag for telemetry container (#16350)
Signed-off-by: Mai Bui <[email protected]>
1 parent 154c0c6 commit e07d435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/docker-telemetry.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SONIC_INSTALL_DOCKER_DBG_IMAGES += $(DOCKER_TELEMETRY_DBG)
2828
endif
2929

3030
$(DOCKER_TELEMETRY)_CONTAINER_NAME = telemetry
31-
$(DOCKER_TELEMETRY)_RUN_OPT += --privileged -t
31+
$(DOCKER_TELEMETRY)_RUN_OPT += -t
3232
$(DOCKER_TELEMETRY)_RUN_OPT += -v /etc/sonic:/etc/sonic:ro
3333
$(DOCKER_TELEMETRY)_RUN_OPT += -v /etc/timezone:/etc/timezone:ro
3434
ifneq ($(INCLUDE_SYSTEM_GNMI), y)

0 commit comments

Comments
 (0)