Page MenuHomeFreeBSD

[NEW PORT] sysutils/quickjail: Utility to create transient single-command jails
ClosedPublic

Authored by kevans on May 10 2020, 4:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 28, 6:07 PM
Unknown Object (File)
Sun, Apr 28, 1:05 PM
Unknown Object (File)
Sun, Apr 28, 1:02 PM
Unknown Object (File)
Sun, Apr 28, 1:46 AM
Unknown Object (File)
Sat, Apr 20, 5:36 PM
Unknown Object (File)
Sat, Apr 13, 1:35 PM
Unknown Object (File)
Mar 2 2024, 3:21 PM
Unknown Object (File)
Mar 2 2024, 3:21 PM
Subscribers

Details

Summary
[NEW] sysutils/quickjail: Utility to create transient single-command jails

Quickjail is a utility to create transient single-command jails.

This utility operates much like jail(8) -c, but the jails it creates are not
persistent, unlike with jail(8).  This makes quickjail more convenient for
cases where the command may need termination, which may prevent jail(8) from
cleaning up the jail.

WWW: https://git.kevans.dev/kevans/quickjail

Approved by:	koobs (mentor) or bapt (mentor)
Differential_Revision:	<<this one>>
Test Plan

Q/A:

  • portlint: looks fine.
  • testport: OK (amd64: 11.3, 12.1, -CURRENT; i386: 12.1; aarch64: -CURRENT)

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kevans retitled this revision from [NEW PORT] sysutils/quickjail: Utility to create transient single-command jails to [NEW] sysutils/quickjail: Utility to create transient single-command jails.May 10 2020, 4:28 AM
kevans edited the summary of this revision. (Show Details)
koobs added inline comments.
sysutils/quickjail/Makefile
7 ↗(On Diff #71602)

Why was this override needed?

This revision is now accepted and ready to land.May 10 2020, 7:15 AM
sysutils/quickjail/Makefile
7 ↗(On Diff #71602)

Hmm... I missed the Github/Gitlab/other technique that uses a ?dummy=/ parameter to download it as the name they want. I'll make the following change:

MASTER_SITES=<tab>https://git.kevans.dev/kevans/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy=/

and remove the DISTNAME.

linimon retitled this revision from [NEW] sysutils/quickjail: Utility to create transient single-command jails to [NEW PORT] sysutils/quickjail: Utility to create transient single-command jails.Jun 26 2020, 5:30 PM