File: control

package info (click to toggle)
libprivileges-drop-perl 1.03-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 136 kB
  • ctags: 6
  • sloc: perl: 63; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 745 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libprivileges-drop-perl
Section: perl
Priority: optional
Maintainer: Michael Stapelberg <michael@stapelberg.de>
Build-Depends: debhelper (>= 8), perl
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/Privileges-Drop/

Package: libprivileges-drop-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module to make it simple to drop all privileges
 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.