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
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.
47 Package: libcheckpath-dev
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