pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/pkgtools/mksandbox/files



Module Name:    pkgsrc
Committed By:   sevan
Date:           Thu Aug 16 15:40:50 UTC 2018

Modified Files:
        pkgsrc/pkgtools/mksandbox/files: mksandbox.8

Log Message:
Document the chroot command and differentiate what happens when the sandbox
script is invoked with any command specified.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/pkgtools/mksandbox/files/mksandbox.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/mksandbox/files/mksandbox.8
diff -u pkgsrc/pkgtools/mksandbox/files/mksandbox.8:1.6 pkgsrc/pkgtools/mksandbox/files/mksandbox.8:1.7
--- pkgsrc/pkgtools/mksandbox/files/mksandbox.8:1.6     Thu Apr 12 02:11:24 2018
+++ pkgsrc/pkgtools/mksandbox/files/mksandbox.8 Thu Aug 16 15:40:50 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: mksandbox.8,v 1.6 2018/04/12 02:11:24 simonb Exp $
+.\" $NetBSD: mksandbox.8,v 1.7 2018/08/16 15:40:50 sevan Exp $
 .\"
 .\" Copyright (c) 2012 Thomas Klausner <wiz%NetBSD.org@localhost>
 .\" All rights reserved.
@@ -23,7 +23,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 29, 2013
+.Dd August 16, 2018
 .Dt MKSANDBOX 8
 .Os
 .Sh NAME
@@ -105,6 +105,11 @@ The
 .Pa sandbox
 script supports the following commands:
 .Bl -tag -width XXnoXargumentXXXX
+.It Ic chroot
+Start
+.Xr ksh 1
+inside the sandbox and load
+.Pa /etc/shrc .
 .It Ic mount
 Set up the sandbox.
 .It Ic umount
@@ -112,7 +117,8 @@ Tear down the sandbox.
 .It (no argument)
 Start
 .Xr ksh 1
-inside the sandbox.
+inside the sandbox without loading
+.Pa /etc/shrc .
 Can only be called after
 .Ic mount .
 .It Ic command



Home | Main Index | Thread Index | Old Index