Bug 138047

Summary: [NEW PORT] shells/jailkit: Jailkit is a set of utilities to limit user account
Product: Ports & Packages Reporter: Sylvio César Teixeira Amorim <scjamorim>
Component: Individual Port(s)Assignee: Marcelo Araujo <araujo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
jailkit-2.8.shar none

Description Sylvio César Teixeira Amorim 2009-08-21 22:30:04 UTC
Jailkit is a set of utilities to limit user accounts to specific
files using chroot() and or specific commands.
Setting up a chroot shell, a shell limited to some specific
command, or a daemon inside a chroot jail is a lot easier and
can be automated using these utilities.

WWW:	http://olivier.sessink.nl/jailkit/

You can see log in mine tinderbox:
7-stable - i386
http://www.scjamorim.org/Home/jailkit-2.8.log
7-stable - amd64
http://www.scjamorim.org/Home/jailkit-2.8_amd64.log

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-21 22:30:20 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

araujo@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-09-04 01:37:38 UTC
araujo      2009-09-04 00:37:27 UTC

  FreeBSD ports repository

  Modified files:
    shells               Makefile 
  Added files:
    shells/jailkit       Makefile distinfo pkg-descr pkg-plist 
    shells/jailkit/files patch-Makefile.in 
  Log:
  Jailkit is a set of utilities to limit user accounts to specific
  files using chroot() and or specific commands.
  Setting up a chroot shell, a shell limited to some specific
  command, or a daemon inside a chroot jail is a lot easier and
  can be automated using these utilities.
  
  WWW:    http://olivier.sessink.nl/jailkit/
  
  PR:             ports/138047
  Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
  
  Revision  Changes    Path
  1.78      +1 -0      ports/shells/Makefile
  1.1       +52 -0     ports/shells/jailkit/Makefile (new)
  1.1       +3 -0      ports/shells/jailkit/distinfo (new)
  1.1       +24 -0     ports/shells/jailkit/files/patch-Makefile.in (new)
  1.1       +7 -0      ports/shells/jailkit/pkg-descr (new)
  1.1       +24 -0     ports/shells/jailkit/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Marcelo Araujo freebsd_committer freebsd_triage 2009-09-04 01:38:13 UTC
State Changed
From-To: open->closed

New port added. Thanks!