]> andersk Git - nss_nonlocal.git/blame_incremental - debian/control
Move user and group creation to separate libnss-nonlocal-common package
[nss_nonlocal.git] / debian / control
... / ...
CommitLineData
1Source: libnss-nonlocal
2Section: debathena/libs
3Priority: optional
4Maintainer: Anders Kaseorg <andersk@mit.edu>
5Vcs-Git: git://andersk.mit.edu/nss_nonlocal.git
6Vcs-Browser: http://andersk.mit.edu/gitweb/nss_nonlocal.git
7Standards-Version: 3.9.4
8Build-Depends: debhelper (>= 7.0.50~),
9 autotools-dev, dh-autoreconf,
10 gcc-multilib [amd64 i386] | gcc-4.1 (<< 4.1.2) [amd64 i386],
11 libc6-dev-i386 [amd64], libc6-dev-amd64 [i386],
12 lsb-release
13
14Package: libnss-nonlocal
15Architecture: any
16Pre-Depends: ${misc:Pre-Depends}
17Depends: ${shlibs:Depends}, ${misc:Depends}
18Recommends: libnss-nonlocal-common
19Description: nsswitch proxy module to prevent local account spoofing
20 This nsswitch module acts as a proxy for other nsswitch modules like
21 hesiod, but prevents non-local users from potentially gaining local
22 privileges by spoofing local UIDs and GIDs.
23
24Package: lib32nss-nonlocal
25Architecture: amd64
26Pre-Depends: ${misc:Pre-Depends}
27Depends: ${shlibs:Depends}, ${misc:Depends}
28Recommends: libnss-nonlocal-common
29Description: nsswitch proxy module to prevent local account spoofing (32-bit library)
30 This nsswitch module acts as a proxy for other nsswitch modules like
31 hesiod, but prevents non-local users from potentially gaining local
32 privileges by spoofing local UIDs and GIDs.
33 .
34 This package contains a 32-bit version of the library for compatibility
35 on 64-bit architectures.
36
37Package: lib64nss-nonlocal
38Architecture: i386
39Pre-Depends: ${misc:Pre-Depends}
40Depends: ${shlibs:Depends}, ${misc:Depends}
41Recommends: libnss-nonlocal-common
42Description: nsswitch proxy module to prevent local account spoofing (64-bit library)
43 This nsswitch module acts as a proxy for other nsswitch modules like
44 hesiod, but prevents non-local users from potentially gaining local
45 privileges by spoofing local UIDs and GIDs.
46 .
47 This package contains a 64-bit version of the library for compatibility
48 on 32-bit architectures.
49
50Package: libnss-nonlocal-common
51Architecture: all
52Pre-Depends: ${misc:Pre-Depends}, adduser
53Depends: ${misc:Depends}
54Description: nsswitch proxy module to prevent local account spoofing (common package)
55 This nsswitch module acts as a proxy for other nsswitch modules like
56 hesiod, but prevents non-local users from potentially gaining local
57 privileges by spoofing local UIDs and GIDs.
58 .
59 This package creates the system users and groups that have special
60 meanings to nss_nonlocal.
This page took 0.249396 seconds and 5 git commands to generate.