A module to make it simple to drop all privileges, even POSIX groups.
This module tries to simplify the process of dropping privileges. This can be useful when your Perl program needs to bind to privileged ports, etc. This module is much like Proc::UID, except that it's implemented in pure Perl. Special care has been taken to also drop saved uid on platforms that support this, currently only test on on Linux.
This module tries to simplify the process of dropping privileges. This can be useful when your Perl program needs to bind to privileged ports, etc. This module is much like Proc::UID, except that it's implemented in pure Perl. Special care has been taken to also drop saved uid on platforms that support this, currently only test on on Linux.
To install p5.28-privileges-drop, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install p5.28-privileges-drop
To see what files were installed by p5.28-privileges-drop, run:
port contents p5.28-privileges-drop
To later upgrade p5.28-privileges-drop, run:
sudo port selfupdate && sudo port upgrade p5.28-privileges-drop
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.