1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: super
Section: admin
Priority: optional
Maintainer: Robert Luberda <robert@debian.org>
Standards-Version: 4.5.0
Build-Depends: debhelper-compat (= 13), libpam0g-dev (>= 0.76-14)
Rules-Requires-Root: no
Homepage: http://ftp.ucolick.org/pub/users/will/
Vcs-Git: https://salsa.debian.org/debian/super.git
Vcs-Browser: https://salsa.debian.org/debian/super/
Package: super
Architecture: any
Depends: libpam-runtime (>= 0.76-14), ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Recommends: logrotate (>= 3.5.9)
Description: Execute commands setuid root
Super allows specified users to execute scripts (or other commands)
as if they were root; or it can set the uid and/or gid on a
per-command basis before executing the command. It is intended to be
a secure alternative to making scripts setuid root.
|