Skip to content

[docker-snmp] limit privileged flag for snmp container#16971

Merged
StormLiangMS merged 2 commits intosonic-net:masterfrom
maipbui:snmp_priv
Nov 16, 2023
Merged

[docker-snmp] limit privileged flag for snmp container#16971
StormLiangMS merged 2 commits intosonic-net:masterfrom
maipbui:snmp_priv

Conversation

@maipbui
Copy link
Contributor

@maipbui maipbui commented Oct 23, 2023

Why I did it

HLD implementation: Container Hardening (sonic-net/SONiC#1364)

Work item tracking
  • Microsoft ADO (number only): 14807420

How I did it

Reduce linux capabilities in privileged flag

How to verify it

Run snmp sonic-mgmt tests
Check container's settings: Privileged is false and container only has default Linux caps, does not have extended caps.

admin@vlab-01:~$ docker inspect snmp | grep Privi
            "Privileged": false,

admin@vlab-01:~$ docker exec -it snmp bash
root@vlab-01:/# capsh --print
Current: cap_chown,cap_dac_override,cap_fowner,cap_fsetid,cap_kill,cap_setgid,cap_setuid,cap_setpcap,cap_net_bind_service,cap_net_raw,cap_sys_chroot,cap_mknod,cap_audit_write,cap_setfcap=ep
Bounding set =cap_chown,cap_dac_override,cap_fowner,cap_fsetid,cap_kill,cap_setgid,cap_setuid,cap_setpcap,cap_net_bind_service,cap_net_raw,cap_sys_chroot,cap_mknod,cap_audit_write,cap_setfcap

Which release branch to backport (provide reason below if selected)

  • 201811
  • 201911
  • 202006
  • 202012
  • 202106
  • 202111
  • 202205
  • 202211
  • 202305

Tested branch (Please provide the tested image version)

  • master.0-de01f2d00

Description for the changelog

Link to config_db schema for YANG module changes

A picture of a cute animal (not mandatory but encouraged)

@qiluo-msft
Copy link
Collaborator

Could you test the ArpUpdater functionality on a physical device?

@maipbui
Copy link
Contributor Author

maipbui commented Nov 15, 2023

Tested the ArpUpdater functionality on a physical device, no new syslog behavior is found

@StormLiangMS StormLiangMS merged commit 6820579 into sonic-net:master Nov 16, 2023
@maipbui maipbui deleted the snmp_priv branch November 16, 2023 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants