summaryrefslogtreecommitdiff
path: root/isolation.c
AgeCommit message (Expand)Author
2024-06-21treewide: Replace strerror() callsStefano Brivio
2024-06-21treewide: Replace perror() calls with calls to logging functionsStefano Brivio
2024-06-13vhost-user: compare mode MODE_PASTA and not MODE_PASSTLaurent Vivier
2023-10-04cppcheck: Make many pointers constDavid Gibson
2023-06-25isolation: keep CAP_SYS_PTRACE when requiredPaul Holzinger
2023-05-23isolation: Initially Keep CAP_SETFCAP if running as UID 0 in non-initStefano Brivio
2023-04-06passt: Relicense to GPL 2.0, or any later versionStefano Brivio
2023-03-09treewide: Fix header includes to build with muslChris Kuhn
2023-02-16convert all remaining err() followed by exit() to die()Laine Stump
2022-10-15isolation: Only configure UID/GID mappings in userns when spawning shellDavid Gibson
2022-10-15isolation: Prevent any child processes gaining capabilitiesDavid Gibson
2022-10-15isolation: Replace drop_caps() with a version that actually does somethingDavid Gibson
2022-10-15isolation: Refactor isolate_user() to allow for a common exit pathDavid Gibson
2022-10-15Replace FWRITE with a functionDavid Gibson
2022-10-15isolation: Clarify various self-isolation stepsDavid Gibson
2022-10-14Move logging functions to a new file, log.cStefano Brivio
2022-09-13Handle userns isolation and dropping root at the same timeDavid Gibson
2022-09-13Move self-isolation code into a separate fileDavid Gibson