[docker-mux] limit privileged flag for mux container (#16562)
### Why I did it HLD implementation: Container Hardening (https://github.com/sonic-net/SONiC/pull/1364) ##### Work item tracking - Microsoft ADO **(number only)**: 14807420 #### How I did it Reduce linux capabilities in privileged flag
This commit is contained in:
parent
3bd396043e
commit
ada2d88d02
@ -30,7 +30,7 @@ SONIC_INSTALL_DOCKER_DBG_IMAGES += $(DOCKER_MUX_DBG)
|
||||
endif
|
||||
|
||||
$(DOCKER_MUX)_CONTAINER_NAME = mux
|
||||
$(DOCKER_MUX)_RUN_OPT += --privileged -t
|
||||
$(DOCKER_MUX)_RUN_OPT += -t
|
||||
$(DOCKER_MUX)_RUN_OPT += -v /etc/sonic:/etc/sonic:ro
|
||||
$(DOCKER_MUX)_RUN_OPT += -v /etc/timezone:/etc/timezone:ro
|
||||
$(DOCKER_MUX)_FILES += $(SUPERVISOR_PROC_EXIT_LISTENER_SCRIPT)
|
||||
|
Reference in New Issue
Block a user