Searched refs:unshare (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/Documentation/ |
D | unshare.txt | 2 unshare system call: 4 This document describes the new system call, unshare. The document 41 unshare system call adds a primitive to the Linux thread model that 42 allows threads to selectively 'unshare' any resources that were being 43 shared at the time of their creation. unshare was conceptualized by 45 of the discussion on POSIX threads on Linux. unshare augments the 47 shared resources without creating a new process. unshare is a natural 53 unshare would be useful to large application frameworks such as PAM 56 when creating a new process using fork or clone, unshare can benefit 59 where unshare can be used. [all …]
|
D | 00-INDEX | 448 unshare.txt 449 - description of the Linux unshare system call.
|
/linux-4.4.14/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 161 if (unshare(CLONE_NEWUSER) !=0) { in create_and_enter_userns() 210 if (unshare(CLONE_NEWNS) != 0) { in test_unpriv_remount() 224 if (unshare(CLONE_NEWNS) != 0) { in test_unpriv_remount() 290 ret = unshare(CLONE_NEWNS); in test_priv_mount_unpriv_remount()
|
/linux-4.4.14/tools/testing/selftests/capabilities/ |
D | test_execve.c | 97 if (unshare(CLONE_NEWNS) == 0) { in create_and_enter_ns() 113 } else if (unshare(CLONE_NEWUSER | CLONE_NEWNS) == 0) { in create_and_enter_ns()
|
/linux-4.4.14/Documentation/prctl/ |
D | no_new_privs.txt | 55 several options to unshare(2) and clone(2) would be safe when
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 386 ENTRY_SAME(unshare)
|
/linux-4.4.14/fs/lockd/ |
D | svc4proc.c | 501 PROC(unshare, shareargs, shareres, args, res, Ck+St+1),
|
D | svcproc.c | 545 PROC(unshare, shareargs, shareres, args, res, Ck+St+1),
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 289 SYSCALL_SPU(unshare)
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 152 COMPAT_SYSCALL_WRAP1(unshare, unsigned long, unshare_flags);
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 281 272 common unshare sys_unshare
|
D | syscall_32.tbl | 319 310 i386 unshare sys_unshare
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 25 API-skb-unshare
|
/linux-4.4.14/kernel/ |
D | fork.c | 1956 SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags) in SYSCALL_DEFINE1() argument
|