Home
last modified time | relevance | path

Searched refs:unshare (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/Documentation/
Dunshare.txt2 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 …]
D00-INDEX448 unshare.txt
449 - description of the Linux unshare system call.
/linux-4.4.14/tools/testing/selftests/mount/
Dunprivileged-remount-test.c161 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/
Dtest_execve.c97 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/
Dno_new_privs.txt55 several options to unshare(2) and clone(2) would be safe when
/linux-4.4.14/arch/parisc/kernel/
Dsyscall_table.S386 ENTRY_SAME(unshare)
/linux-4.4.14/fs/lockd/
Dsvc4proc.c501 PROC(unshare, shareargs, shareres, args, res, Ck+St+1),
Dsvcproc.c545 PROC(unshare, shareargs, shareres, args, res, Ck+St+1),
/linux-4.4.14/arch/powerpc/include/asm/
Dsystbl.h289 SYSCALL_SPU(unshare)
/linux-4.4.14/arch/s390/kernel/
Dcompat_wrapper.c152 COMPAT_SYSCALL_WRAP1(unshare, unsigned long, unshare_flags);
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_64.tbl281 272 common unshare sys_unshare
Dsyscall_32.tbl319 310 i386 unshare sys_unshare
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db25 API-skb-unshare
/linux-4.4.14/kernel/
Dfork.c1956 SYSCALL_DEFINE1(unshare, unsigned long, unshare_flags) in SYSCALL_DEFINE1() argument