File: control

package info (click to toggle)
libpam-net 0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: ansic: 345; makefile: 9
file content (27 lines) | stat: -rw-r--r-- 1,152 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
22
23
24
25
26
27
Source: libpam-net
Priority: optional
Maintainer: Debian VirtualSquare Team <virtualsquare@cs.unibo.it>
Uploaders: Mattia Biondi <mattiabiondi1@gmail.com>, Renzo Davoli <renzo@cs.unibo.it>,
 Andrea Capriotti <capriott@debian.org>, Daniel Gröber <deb@dxld.at>
Build-Depends: cmake, libpam0g-dev, debhelper-compat (= 13), nlinline-dev
Standards-Version: 4.5.0
Section: admin
Homepage: http://www.virtualsquare.org/
Vcs-Git: https://salsa.debian.org/virtualsquare-team/libpam-net.git
Vcs-Browser: https://salsa.debian.org/virtualsquare-team/libpam-net
Rules-Requires-Root: no


Package: libpam-net
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: create/join network namespaces at login
 libpam-net implements two pam modules:
 .
 pam_newnet.so: users belonging to the newnet group get a new network namespace
 at login. lo interface is down.
 .
 pam_usernet.so users belonging to the usernet group get their own network name
 at login. If a network namespace having the same name as the username exists,
 pam runs the user's shell in that namespace. If such a namespace does not
 exist, it is created during the login process.