File: control

package info (click to toggle)
super 3.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,840 kB
  • sloc: ansic: 23,608; makefile: 298; sh: 297
file content (21 lines) | stat: -rw-r--r-- 831 bytes parent folder | download
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.