parent
48a2fb753b
commit
00dc86c5cb
@ -2672,9 +2672,9 @@
|
|||||||
%D
|
%D
|
||||||
Device number in hex
|
Device number in hex
|
||||||
.TP
|
.TP
|
||||||
--- /dev/null 2006-10-03 09:23:15.605078000 +0100
|
--- coreutils-5.97/man/runcon.1 2006-10-03 17:18:16.000000000 +0100
|
||||||
+++ coreutils-5.97/man/runcon.1 2006-10-03 17:18:16.000000000 +0100
|
+++ coreutils-5.97/man/runcon.1 2006-11-10 17:32:18.000000000 +0000
|
||||||
@@ -0,0 +1,43 @@
|
@@ -0,0 +1,45 @@
|
||||||
+.TH RUNCON "1" "February 2005" "runcon (coreutils) 5.0" "selinux"
|
+.TH RUNCON "1" "February 2005" "runcon (coreutils) 5.0" "selinux"
|
||||||
+.SH NAME
|
+.SH NAME
|
||||||
+runcon \- run command with specified security context
|
+runcon \- run command with specified security context
|
||||||
@ -2710,11 +2710,13 @@
|
|||||||
+.TP
|
+.TP
|
||||||
+\fB\-u\fR
|
+\fB\-u\fR
|
||||||
+change current user to the specified user
|
+change current user to the specified user
|
||||||
|
+.TP
|
||||||
|
+\fB\-\-\fR
|
||||||
|
+The \fB\-\-\fR flag indicates that \fBruncon\fR should stop processing command
|
||||||
|
+line arguments. Further arguments will be passed to COMMAND.
|
||||||
+.PP
|
+.PP
|
||||||
+If none of \fI-c\fR, \fI-t\fR, \fI-u\fR, \fI-r\fR, or \fI-l\fR, is specified,
|
+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
|
+the first argument is used as the complete context.
|
||||||
+arguments after \fICOMMAND\fR are interpreted as arguments to the
|
|
||||||
+command.
|
|
||||||
+.PP
|
+.PP
|
||||||
+Note that only carefully-chosen contexts are likely to successfully
|
+Note that only carefully-chosen contexts are likely to successfully
|
||||||
+run.
|
+run.
|
||||||
@ -2931,4 +2933,3 @@
|
|||||||
+.B info chcon
|
+.B info chcon
|
||||||
+.PP
|
+.PP
|
||||||
+should give you access to the complete manual.
|
+should give you access to the complete manual.
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
Summary: The GNU core utilities: a set of tools commonly used in shell scripts
|
||||||
Name: coreutils
|
Name: coreutils
|
||||||
Version: 5.97
|
Version: 5.97
|
||||||
Release: 13
|
Release: 14%{?dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Url: http://www.gnu.org/software/coreutils/
|
Url: http://www.gnu.org/software/coreutils/
|
||||||
@ -285,6 +285,9 @@ fi
|
|||||||
/sbin/runuser
|
/sbin/runuser
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 10 2006 Tim Waugh <twaugh@redhat.com> 5.97-14
|
||||||
|
- Clarified runcon man page (bug #213846).
|
||||||
|
|
||||||
* Tue Oct 17 2006 Tim Waugh <twaugh@redhat.com> 5.97-13
|
* Tue Oct 17 2006 Tim Waugh <twaugh@redhat.com> 5.97-13
|
||||||
- Own LC_TIME locale directories (bug #210751).
|
- Own LC_TIME locale directories (bug #210751).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user