Bug 137369

Summary: New Port: shells/lshell, shell environment to limited sets of commands to user's
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
file.shar none

Description Sylvio César Teixeira Amorim 2009-08-02 23:30:03 UTC
lshell lets you restrict a user's shell environment to limited sets of commands, choose to enable or disable any command over SSH (e.g. SCP, SFTP, rsync, etc.), log user's commands, implement timing restrictions, and more.

License: GPLv3

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-02 23:30:13 UTC
Class Changed
From-To: sw-bug->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-08-02 23:30:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

araujo@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-08-05 14:10:12 UTC
araujo      2009-08-05 13:10:00 UTC

  FreeBSD ports repository

  Modified files:
    shells               Makefile 
  Added files:
    shells/lshell        Makefile distinfo pkg-descr 
    shells/lshell/files  patch-setup.py 
  Log:
  lshell lets you restrict a user's shell environment to limited sets of commands,
  choose to enable or disable any command over SSH (e.g. SCP, SFTP, rsync, etc.)
  log user's commands, implement timing restrictions, and more.
  
  WWW:    http://lshell.ghantoos.org
  
  PR:             ports/137369
  Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
  Reviewed by:    myself
  
  Revision  Changes    Path
  1.77      +1 -0      ports/shells/Makefile
  1.1       +40 -0     ports/shells/lshell/Makefile (new)
  1.1       +3 -0      ports/shells/lshell/distinfo (new)
  1.1       +14 -0     ports/shells/lshell/files/patch-setup.py (new)
  1.1       +5 -0      ports/shells/lshell/pkg-descr (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 4 Marcelo Araujo freebsd_committer freebsd_triage 2009-08-05 14:14:29 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!