| 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
Sylvio César Teixeira Amorim
2009-08-21 22:30:04 UTC
Responsible Changed From-To: freebsd-ports-bugs->araujo araujo@ wants his PRs (via the GNATS Auto Assign Tool) 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"
State Changed From-To: open->closed New port added. Thanks! |