6 autoconf, automake, libtool, autoconf-archive,
9 Maintainer: Mark Wooding <mdw@distorted.org.uk>
10 Standards-Version: 3.1.1
14 Depends: chkpath, tmpdir
15 Description: Convenience package for the checkpath binaries.
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.
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.
35 Package: libcheckpath1
38 Depends: ${shlibs:Depends}
39 Description: Checks paths for security
40 Walks a pathname, checking every symlink and directory on the way, and
41 issuing alerts if any element is writable by someone other than the calling
42 uid or root. Useful if you're paranoid. This package just contains the
43 shared library. If you want to write programs which use this library, you
44 need libcheckpath-dev.
46 Package: libcheckpath-dev
49 Depends: libcheckpath1 (= ${binary:Version}), mlib-dev (>= 2.0.0), libc6-dev
50 Description: Checks paths for security
51 Walks a pathname, checking every symlink and directory on the way, and
52 issuing alerts if any element is writable by someone other than the calling
53 uid or root. Useful if you're paranoid. This package contains the header
54 files and static libraries you need to compile programs which use the