Bug 113056 - [NEW PORT] security/p5-Sudo: Perl extension for running a command line sudo
Summary: [NEW PORT] security/p5-Sudo: Perl extension for running a command line sudo
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-27 13:40 UTC by gslin
Modified: 2007-07-02 02:10 UTC (History)
1 user (show)

See Also:


Attachments
p5-Sudo-0.31.shar (2.50 KB, text/plain)
2007-05-27 13:40 UTC, gslin
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description gslin 2007-05-27 13:40:01 UTC
Sudo runs commands as another user, provided the system sudo
implementation is setup to enable this. This does not allow running
applications securely, simply it allows the programmer to run a
program as another user (suid) using the sudo tools rather than
suidperl. Suidperl is not generally recommended for secure operation
as another user. While sudo itself is a single point tool to enable
one user to execute commands as another sudo does not itself make you
any more or less secure.

WWW:	http://search.cpan.org/dist/Sudo

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-05-27 13:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

clsung@ wants his PRs
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-07-02 02:00:33 UTC
clsung      2007-07-02 01:00:27 UTC

  FreeBSD ports repository

  Modified files:
    security             Makefile 
  Added files:
    security/p5-Sudo     Makefile distinfo pkg-descr pkg-plist 
  Log:
  Add p5-Sudo 0.31, perl extension for running a command line sudo.
  
  PR:             ports/113056
  Submitted by:   Gea-Suan Lin <gslin at gslin.org>
  
  Revision  Changes    Path
  1.897     +1 -0      ports/security/Makefile
  1.1       +33 -0     ports/security/p5-Sudo/Makefile (new)
  1.1       +3 -0      ports/security/p5-Sudo/distinfo (new)
  1.1       +10 -0     ports/security/p5-Sudo/pkg-descr (new)
  1.1       +4 -0      ports/security/p5-Sudo/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 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-07-02 02:00:48 UTC
State Changed
From-To: open->closed

New port added. Thank You.