Bug 137369 - New Port: shells/lshell, shell environment to limited sets of commands to user's
Summary: New Port: shells/lshell, shell environment to limited sets of commands to user's
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcelo Araujo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-02 23:30 UTC by Sylvio César Teixeira Amorim
Modified: 2009-08-05 14:20 UTC (History)
0 users

See Also:


Attachments
file.shar (5.94 KB, text/plain)
2009-08-02 23:30 UTC, Sylvio César Teixeira Amorim
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!