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
Responsible Changed From-To: freebsd-ports-bugs->clsung clsung@ wants his PRs
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"
State Changed From-To: open->closed New port added. Thank You.