mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-10 09:21:58 +02:00
* src/Makefile.am (bin_PROGRAMS): Add runcon. (runcon_LDADD): Define. * README: Add runcon to the list of programs. * AUTHORS: Add this: runcon: Russell Coker * tests/help-version: Add runcon as an exception. * man/Makefile.am (dist_man_MANS): Add runcon.1. (runcon.1): New dependency. * po/POTFILES.in: Add src/runcon.c.
15 lines
529 B
Plaintext
15 lines
529 B
Plaintext
[NAME]
|
|
runcon \- run command with specified security context
|
|
[DESCRIPTION]
|
|
Run COMMAND with completely-specified CONTEXT, or with current or
|
|
transitioned security context modified by one or more of LEVEL,
|
|
ROLE, TYPE, and USER.
|
|
.PP
|
|
If none of \fI-c\fR, \fI-t\fR, \fI-u\fR, \fI-r\fR, or \fI-l\fR, is specified,
|
|
the first argument is used as the complete context. Any additional
|
|
arguments after \fICOMMAND\fR are interpreted as arguments to the
|
|
command.
|
|
.PP
|
|
Note that only carefully-chosen contexts are likely to successfully
|
|
run.
|