mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-14 17:21:09 +00:00
This requires that users have `CAP_SYSLOG` in order to access `dmesg`. This means that containers by default have no access to `dmesg` (which can leak information about the host or other containers) unless they have this capability added. Signed-off-by: Justin Cormack <justin.cormack@docker.com>