mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
userns: add a user namespace owner of ipc ns
Changelog: Feb 15: Don't set new ipc->user_ns if we didn't create a new ipc_ns. Feb 23: Move extern declaration to ipc_namespace.h, and group fwd declarations at top. Signed-off-by: Serge E. Hallyn <serge.hallyn@canonical.com> Acked-by: "Eric W. Biederman" <ebiederm@xmission.com> Acked-by: Daniel Lezcano <daniel.lezcano@free.fr> Acked-by: David Howells <dhowells@redhat.com> Cc: James Morris <jmorris@namei.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
fc832ad364
commit
b515498f5b
4 changed files with 16 additions and 2 deletions
|
@ -32,6 +32,7 @@ struct ipc_namespace init_ipc_ns = {
|
|||
.mq_msg_max = DFLT_MSGMAX,
|
||||
.mq_msgsize_max = DFLT_MSGSIZEMAX,
|
||||
#endif
|
||||
.user_ns = &init_user_ns,
|
||||
};
|
||||
|
||||
atomic_t nr_ipc_ns = ATOMIC_INIT(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue