OSDN Git Service

GNU_coreutils: Update originals to version 8.16.
[linuxjm/jm.git] / manual / GNU_coreutils / original / man1 / runcon.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2 .TH RUNCON "1" "March 2012" "GNU coreutils 8.16" "User Commands"
3 .SH NAME
4 runcon \- run command with specified security context
5 .SH SYNOPSIS
6 .B runcon
7 \fICONTEXT COMMAND \fR[\fIargs\fR]
8 .br
9 .B runcon
10 [ \fI-c \fR] [\fI-u USER\fR] [\fI-r ROLE\fR] [\fI-t TYPE\fR] [\fI-l RANGE\fR] \fICOMMAND \fR[\fIargs\fR]
11 .SH DESCRIPTION
12 Run COMMAND with completely-specified CONTEXT, or with current or
13 transitioned security context modified by one or more of LEVEL,
14 ROLE, TYPE, and USER.
15 .PP
16 If none of \fI-c\fR, \fI-t\fR, \fI-u\fR, \fI-r\fR, or \fI-l\fR, is specified,
17 the first argument is used as the complete context.  Any additional
18 arguments after \fICOMMAND\fR are interpreted as arguments to the
19 command.
20 .PP
21 Note that only carefully-chosen contexts are likely to successfully
22 run.
23 .PP
24 Run a program in a different security context.
25 With neither CONTEXT nor COMMAND, print the current security context.
26 .TP
27 CONTEXT
28 Complete security context
29 .TP
30 \fB\-c\fR, \fB\-\-compute\fR
31 compute process transition context before modifying
32 .TP
33 \fB\-t\fR, \fB\-\-type\fR=\fITYPE\fR
34 type (for same role as parent)
35 .TP
36 \fB\-u\fR, \fB\-\-user\fR=\fIUSER\fR
37 user identity
38 .TP
39 \fB\-r\fR, \fB\-\-role\fR=\fIROLE\fR
40 role
41 .TP
42 \fB\-l\fR, \fB\-\-range\fR=\fIRANGE\fR
43 levelrange
44 .TP
45 \fB\-\-help\fR
46 display this help and exit
47 .TP
48 \fB\-\-version\fR
49 output version information and exit
50 .SH AUTHOR
51 Written by Russell Coker.
52 .SH "REPORTING BUGS"
53 Report runcon bugs to bug\-coreutils@gnu.org
54 .br
55 GNU coreutils home page: <http://www.gnu.org/software/coreutils/>
56 .br
57 General help using GNU software: <http://www.gnu.org/gethelp/>
58 .br
59 Report runcon translation bugs to <http://translationproject.org/team/>
60 .SH COPYRIGHT
61 Copyright \(co 2012 Free Software Foundation, Inc.
62 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
63 .br
64 This is free software: you are free to change and redistribute it.
65 There is NO WARRANTY, to the extent permitted by law.
66 .SH "SEE ALSO"
67 The full documentation for
68 .B runcon
69 is maintained as a Texinfo manual.  If the
70 .B info
71 and
72 .B runcon
73 programs are properly installed at your site, the command
74 .IP
75 .B info coreutils \(aqruncon invocation\(aq
76 .PP
77 should give you access to the complete manual.