* Tue Jul 20 2010 Dan Walsh <dwalsh@redhat.com> 2.0.83-6

- Fix sandbox man page
This commit is contained in:
Daniel J Walsh 2010-07-26 15:33:31 +00:00
parent dee9b43382
commit 1eab65cee2
2 changed files with 16 additions and 5 deletions

View File

@ -1673,14 +1673,22 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.23 --exclude=gui --exclude=po
rc = subprocess.Popen(self.__cmds).wait() rc = subprocess.Popen(self.__cmds).wait()
diff --exclude-from=exclude --exclude=sepolgen-1.0.23 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/sandbox/sandbox.8 policycoreutils-2.0.83/sandbox/sandbox.8 diff --exclude-from=exclude --exclude=sepolgen-1.0.23 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/sandbox/sandbox.8 policycoreutils-2.0.83/sandbox/sandbox.8
--- nsapolicycoreutils/sandbox/sandbox.8 2010-06-16 08:03:38.000000000 -0400 --- nsapolicycoreutils/sandbox/sandbox.8 2010-06-16 08:03:38.000000000 -0400
+++ policycoreutils-2.0.83/sandbox/sandbox.8 2010-07-13 13:32:07.000000000 -0400 +++ policycoreutils-2.0.83/sandbox/sandbox.8 2010-07-26 11:14:40.000000000 -0400
@@ -1,4 +1,4 @@ @@ -1,9 +1,12 @@
-.TH SANDBOX "8" "May 2009" "chcat" "User Commands" -.TH SANDBOX "8" "May 2009" "chcat" "User Commands"
+.TH SANDBOX "8" "May 2010" "sandbox" "User Commands" +.TH SANDBOX "8" "May 2010" "sandbox" "User Commands"
.SH NAME .SH NAME
sandbox \- Run cmd under an SELinux sandbox sandbox \- Run cmd under an SELinux sandbox
.SH SYNOPSIS .SH SYNOPSIS
@@ -42,6 +42,9 @@ .B sandbox
[-l level ] [[-M | -X] -H homedir -T tempdir ] [-I includefile ] [ -W windowmanager ] [[-i file ]...] [ -t type ] cmd
+
+.br
+.B sandbox
[-l level ] [[-M | -X] -H homedir -T tempdir ] [-I includefile ] [ -W windowmanager ] [[-i file ]...] [ -t type ] -S
.br
.SH DESCRIPTION
@@ -42,6 +45,9 @@
\fB\-T\ tmpdir \fB\-T\ tmpdir
Use alternate tempory directory to mount on /tmp. Defaults to tmpfs. Requires -X or -M. Use alternate tempory directory to mount on /tmp. Defaults to tmpfs. Requires -X or -M.
.TP .TP
@ -1690,7 +1698,7 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.23 --exclude=gui --exclude=po
\fB\-W windowmanager\fR \fB\-W windowmanager\fR
Select alternative window manager to run within Select alternative window manager to run within
.B sandbox -X. .B sandbox -X.
@@ -50,8 +53,17 @@ @@ -50,8 +56,17 @@
\fB\-X\fR \fB\-X\fR
Create an X based Sandbox for gui apps, temporary files for Create an X based Sandbox for gui apps, temporary files for
$HOME and /tmp, secondary Xserver, defaults to sandbox_x_t $HOME and /tmp, secondary Xserver, defaults to sandbox_x_t

View File

@ -7,7 +7,7 @@
Summary: SELinux policy core utilities Summary: SELinux policy core utilities
Name: policycoreutils Name: policycoreutils
Version: 2.0.83 Version: 2.0.83
Release: 5%{?dist} Release: 6%{?dist}
License: GPLv2+ License: GPLv2+
Group: System Environment/Base Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@ -314,6 +314,9 @@ fi
exit 0 exit 0
%changelog %changelog
* Tue Jul 20 2010 Dan Walsh <dwalsh@redhat.com> 2.0.83-6
- Fix sandbox man page
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.0.83-5 * Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 2.0.83-5
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild