chiark / gitweb /
checkpath.c: Hoist the `buf' used for link targets for reuse.
[checkpath] / debian / control
1 Source: checkpath
2 Section: admin
3 Priority: extra
4 Build-Depends:
5         debhelper (>= 10),
6         autoconf, automake, libtool, autoconf-archive,
7         pkg-config,
8         mlib-dev (>= 2.0.4)
9 Maintainer: Mark Wooding <mdw@distorted.org.uk>
10 Standards-Version: 3.1.1
11
12 Package: checkpath
13 Architecture: all
14 Depends: chkpath, tmpdir
15 Description: Convenience package for the checkpath binaries.
16
17 Package: tmpdir
18 Architecture: any
19 Depends: ${shlibs:Depends}
20 Description: Create a secure temporary directory.
21  tmpdir creates a temporary directory which can't be subverted by other
22  users.  Nobody except you and root will be able to read or write to your
23  temporary directory, or make you refer to files outside of it by messing
24  with parent directories.
25
26 Package: chkpath
27 Architecture: any
28 Depends: ${shlibs:Depends}
29 Description: Checks PATH variable for security
30  chkpath warns about other users who can write to directories on your PATH,
31  or rename them, or whatever.  If checkpath gives you a clean bill of health
32  then nobody but you and root can make command names mean different things
33  without direct write access to the program files.
34
35 Package: libcheckpath1
36 Architecture: any
37 Multi-Arch: same
38 Section: libs
39 Depends: ${shlibs:Depends}
40 Description: Checks paths for security
41  Walks a pathname, checking every symlink and directory on the way, and
42  issuing alerts if any element is writable by someone other than the calling
43  uid or root.  Useful if you're paranoid.  This package just contains the
44  shared library.  If you want to write programs which use this library, you
45  need libcheckpath-dev.
46
47 Package: libcheckpath-dev
48 Architecture: any
49 Multi-Arch: same
50 Section: devel
51 Depends: libcheckpath1 (= ${binary:Version}), mlib-dev (>= 2.0.0), libc6-dev
52 Description: Checks paths for security
53  Walks a pathname, checking every symlink and directory on the way, and
54  issuing alerts if any element is writable by someone other than the calling
55  uid or root.  Useful if you're paranoid.  This package contains the header
56  files and static libraries you need to compile programs which use the
57  library.