aboutsummaryrefslogtreecommitdiffstats
path: root/ipc/namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-11ipc: drop ipc_lock_by_ptrDavidlohr Bueso1-1/+2
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso1-2/+2
2013-08-30userns: Kill nsown_capable it makes the wrong thing easyEric W. Biederman1-1/+1
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-1/+1
2012-12-14userns: Require CAP_SYS_ADMIN for most uses of setns.Eric W. Biederman1-1/+2
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-0/+16
2012-11-20userns: Make create_new_namespaces take a user_ns parameterEric W. Biederman1-6/+4
2012-11-20userns: Allow unprivileged use of setns.Eric W. Biederman1-1/+5
2012-04-07userns: Use cred->user_ns instead of cred->user->user_nsEric W. Biederman1-1/+1
2011-05-10ns proc: Add support for the ipc namespaceEric W. Biederman1-0/+37
2011-03-25ipcns: fix use after free in free_ipc_ns()Xiaotian Feng1-1/+1
2011-03-23userns: user namespaces: convert several capable() callsSerge E. Hallyn1-5/+8
2011-03-23userns: add a user namespace owner of ipc nsSerge E. Hallyn1-2/+7
2009-06-18ipcns: make free_ipc_ns() staticAlexey Dobriyan1-24/+24
2009-06-18ipcns: extract create_ipc_ns()Alexey Dobriyan1-7/+2
2009-06-18ipcns: remove useless get/put while CLONE_NEWIPCAlexey Dobriyan1-5/+1
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn1-6/+35
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn1-0/+2
2008-04-29ipc: recompute msgmni on ipc namespace creation/removalNadia Derbey1-0/+12
2008-04-29ipc: recompute msgmni on memory add / removeNadia Derbey1-0/+11
2008-04-29ipc: scale msgmni to the number of ipc namespacesNadia Derbey1-0/+3
2008-02-08IPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_exit_ns()Pierre Peiffer1-0/+30
2008-02-08IPC: make struct ipc_ids static in ipc_namespacePierre Peiffer1-21/+4
2008-02-08namespaces: move the IPC namespace under IPC_NS optionPavel Emelyanov1-0/+73