summaryrefslogtreecommitdiff
path: root/man/runcon.x
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-02-02 18:58:41 +0100
committerJim Meyering <jim@meyering.net>2007-03-29 21:37:06 +0200
commitc6922b6f7e3ed8c0d565f588df3bd4daf6635f2b (patch)
tree0bbb38768b5b55c76eeadc17076f5629cc4c8f5d /man/runcon.x
parentc2bbd117f51ca2e765100946fe20b67379ce9e27 (diff)
downloadcoreutils-c6922b6f7e3ed8c0d565f588df3bd4daf6635f2b.tar.xz
* src/runcon.c: New program.
* 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.
Diffstat (limited to 'man/runcon.x')
-rw-r--r--man/runcon.x14
1 files changed, 14 insertions, 0 deletions
diff --git a/man/runcon.x b/man/runcon.x
new file mode 100644
index 000000000..d2df13e24
--- /dev/null
+++ b/man/runcon.x
@@ -0,0 +1,14 @@
+[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.