From 00dc86c5cb761f0a7bdd76debf232ea62ef50041 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Nov 10 2006 17:34:07 +0000 Subject: - Clarified runcon man page (bug #213846). - Resolves: rhbz#213846 --- diff --git a/coreutils-selinux.patch b/coreutils-selinux.patch index 87a8c8e..04e1b26 100644 --- a/coreutils-selinux.patch +++ b/coreutils-selinux.patch @@ -2672,9 +2672,9 @@ %D Device number in hex .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 -@@ -0,0 +1,43 @@ +--- 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,45 @@ +.TH RUNCON "1" "February 2005" "runcon (coreutils) 5.0" "selinux" +.SH NAME +runcon \- run command with specified security context @@ -2710,11 +2710,13 @@ +.TP +\fB\-u\fR +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 +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. ++the first argument is used as the complete context. +.PP +Note that only carefully-chosen contexts are likely to successfully +run. @@ -2931,4 +2933,3 @@ +.B info chcon +.PP +should give you access to the complete manual. - diff --git a/coreutils.spec b/coreutils.spec index 7bd7cc3..e00715f 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,7 +1,7 @@ Summary: The GNU core utilities: a set of tools commonly used in shell scripts Name: coreutils Version: 5.97 -Release: 13 +Release: 14%{?dist} License: GPL Group: System Environment/Base Url: http://www.gnu.org/software/coreutils/ @@ -285,6 +285,9 @@ fi /sbin/runuser %changelog +* Fri Nov 10 2006 Tim Waugh 5.97-14 +- Clarified runcon man page (bug #213846). + * Tue Oct 17 2006 Tim Waugh 5.97-13 - Own LC_TIME locale directories (bug #210751).