President Donald Trump said Friday he will shut out Anthropic from the federal government after the AI company refused to compromise on how its technology could be used by the U.S. military.
This story continues at The Next Web
,推荐阅读heLLoword翻译官方下载获取更多信息
Дарья Устьянцева (редактор отдела «Мир»)
If you enable --privileged just to get CAP_SYS_ADMIN for nested process isolation, you have added one layer (nested process visibility) while removing several others (seccomp, all capability restrictions, device isolation). The net effect is arguably weaker isolation than a standard unprivileged container. This is a real trade-off that shows up in production. The ideal solutions are either to grant only the specific capability needed instead of all of them, or to use a different isolation approach entirely that does not require host-level privileges.