1SEUNSHARE(8) User Commands SEUNSHARE(8)
2
3
4
6 seunshare - Run cmd with alternate homedir, tmpdir and/or SELinux con‐
7 text
8
10 seunshare [ -v ] [ -C ] [ -k ] [ -t tmpdir ] [ -h homedir ] [ -Z con‐
11 text ] -- executable [args]
12
14 Run the executable within the specified context, using the alternate
15 home directory and /tmp directory. The seunshare command unshares from
16 the default namespace, then mounts the specified homedir and tmpdir
17 over the default homedir and /tmp. Finally it tells the kernel to exe‐
18 cute the application under the specified SELinux context.
19
20
21 -h homedir
22 Alternate homedir to be used by the application. Homedir must
23 be owned by the user.
24
25 -t tmpdir
26 Use alternate temporary directory to mount on /tmp. tmpdir must
27 be owned by the user.
28
29 -C --capabilities
30 Allow apps executed within the namespace to use capabilities.
31 Default is no capabilities.
32
33 -k --kill
34 Kill all processes with matching MCS level.
35
36 -Z context
37 Use alternate SELinux context while running the executable.
38
39 -v Verbose output
40
42 runcon(1), sandbox(8), selinux(8)
43
45 This manual page was written by Dan Walsh <dwalsh@redhat.com> and
46 Thomas Liu <tliu@fedoraproject.org>
47
48
49
50seunshare May 2010 SEUNSHARE(8)