diff options
author | Rahat Mahmood <rahat@google.com> | 2018-11-08 11:08:41 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-11-08 11:09:46 -0800 |
commit | 5a0be6fa203273d1e4ab06a206eaffeca5724533 (patch) | |
tree | f73a10689d42ca3b3676cd438dfd569ec1e7b745 /pkg/sentry/kernel/auth/user_namespace.go | |
parent | 90e81b2e5c665b9fc149f97dcf15142c190260c6 (diff) |
Create stubs for syscalls upto Linux 4.4.
Create syscall stubs for missing syscalls upto Linux 4.4 and advertise
a kernel version of 4.4.
PiperOrigin-RevId: 220667680
Change-Id: Idbdccde538faabf16debc22f492dd053a8af0ba7
Diffstat (limited to 'pkg/sentry/kernel/auth/user_namespace.go')
-rw-r--r-- | pkg/sentry/kernel/auth/user_namespace.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/pkg/sentry/kernel/auth/user_namespace.go b/pkg/sentry/kernel/auth/user_namespace.go index 5bb9c44c0..30957bb9a 100644 --- a/pkg/sentry/kernel/auth/user_namespace.go +++ b/pkg/sentry/kernel/auth/user_namespace.go @@ -49,10 +49,7 @@ type UserNamespace struct { gidMapFromParent idMapSet gidMapToParent idMapSet - // TODO: Consider supporting disabling setgroups(2), which "was - // added in Linux 3.19, but was backported to many earlier stable kernel - // series, because it addresses a security issue" - user_namespaces(7). (It - // was not backported to 3.11.10, which we are currently imitating.) + // TODO: Support disabling setgroups(2). } // NewRootUserNamespace returns a UserNamespace that is appropriate for a |