Summary: | [New Port] security/p5-Unix-setuid Get/set real/effective UID/username via (localizeable) variable | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Zane C. Bowers-Hadley <vvelox> | ||||
Component: | Individual Port(s) | Assignee: | Steve Wills <swills> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | swills | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
BTW this really does not have any dependencies outside of Perl. All the required modules come with the base Perl install. This surprised me when I was writing the port of it up. A commit references this bug: Author: swills Date: Thu May 30 02:00:44 UTC 2019 New revision: 503028 URL: https://svnweb.freebsd.org/changeset/ports/503028 Log: security/p5-Unix-setuid: create port This module is inspired by File::chdir and File::umask, using a tied scalar variable to get/set stuffs. One benefit of this is being able to use Perl's "local" with it, effectively setting something locally. WWW: https://metacpan.org/release/Unix-setuid PR: 235732 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> Changes: head/security/Makefile head/security/p5-Unix-setuid/ head/security/p5-Unix-setuid/Makefile head/security/p5-Unix-setuid/distinfo head/security/p5-Unix-setuid/pkg-descr head/security/p5-Unix-setuid/pkg-plist Committed, thanks! |
Created attachment 202009 [details] svn diff This module is inspired by File::chdir and File::umask, using a tied scalar variable to get/set stuffs. One benefit of this is being able to use Perl's "local" with it, effectively setting something locally.