libprivileges-drop-perl

Module to make it simple to drop all privileges
  https://metacpan.org/release/Privileges-Drop
  0
  no reviews



Privileges::drop 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 tested on linux.