chsmack: add dereference option
[framework/security/smack.git] / debian / control
1 Source: smack
2 Section: admin
3 Priority: optional
4 Maintainer: Brian McGillion <brian.mcgillion@intel.com>
5 Build-Depends: debhelper (>= 9),
6  pkg-config, autoconf,
7  libtool, dh-autoreconf,
8  doxygen
9 Standards-Version: 3.9.3
10 Vcs-Git: git://github.com/smack-team/smack.git
11 Vcs-Browser: https://github.com/smack-team/smack
12
13 Package: libsmack1
14 Section: libs
15 Multi-Arch: same
16 Architecture: linux-any
17 Pre-Depends: ${misc:Pre-Depends}
18 Depends: ${shlibs:Depends}, ${misc:Depends}
19 Description: Shared libraries for interaction with SMACK
20  Library allows applications to work with the smack kernel interface.
21  .
22  The Simplified Mandatory Access Control Kernel (SMACK) provides a
23  complete Linux kernel based mechanism for protecting processes and
24  data from inappropriate manipulation. Smack uses process, file, and
25  network labels combined with an easy to understand and manipulate
26  way to identify the kind of accesses that should be allowed.
27
28 Package: libsmack1-dbg
29 Section: debug
30 Priority: extra
31 Architecture: linux-any
32 Depends: ${misc:Depends}, libsmack1 (= ${binary:Version})
33 Description: Debug symbols for shared libraries in libsmack1
34  Library for SMACK which allows applications to work with the smack
35  kernel interface. This package contains standard debug symbols.
36  .
37  The Simplified Mandatory Access Control Kernel (SMACK) provides a
38  complete Linux kernel based mechanism for protecting processes and
39  data from inappropriate manipulation. Smack uses process, file, and
40  network labels combined with an easy to understand and manipulate
41  way to identify the kind of accesses that should be allowed.
42
43 Package: libsmack-dev
44 Section: libdevel
45 Multi-Arch: same
46 Architecture: linux-any
47 Depends: ${misc:Depends}, libsmack1 (= ${binary:Version})
48 Description: Development headers of shared libraries in libsmack1
49  Library for SMACK which allows applications to work with the smack
50  kernel interface. This package includes development header files.
51  .
52  The Simplified Mandatory Access Control Kernel (SMACK) provides a
53  complete Linux kernel based mechanism for protecting processes and
54  data from inappropriate manipulation. Smack uses process, file, and
55  network labels combined with an easy to understand and manipulate
56  way to identify the kind of accesses that should be allowed.
57
58 Package: smack-utils
59 Architecture: any
60 Depends: ${shlibs:Depends}, ${misc:Depends}, libsmack1 (= ${binary:Version})
61 Description: Administration tools for using SMACK
62  A selection of administration tools for using the smack kernel
63  interface. This package includes some tools and the init script
64  for loading and unloading rules and query the policy.
65  .
66  The Simplified Mandatory Access Control Kernel (SMACK) provides a
67  complete Linux kernel based mechanism for protecting processes and
68  data from inappropriate manipulation. Smack uses process, file, and
69  network labels combined with an easy to understand and manipulate
70  way to identify the kind of accesses that should be allowed.
71
72 Package: smack-utils-dbg
73 Section: debug
74 Priority: extra
75 Architecture: linux-any
76 Depends: ${misc:Depends}, smack-utils (= ${binary:Version})
77 Description: Debug symbols for administration tools in smack-utils
78  A selection of administration tools for using the smack kernel
79  interface. This package includes a standard set of debug symbols.
80  .
81  The Simplified Mandatory Access Control Kernel (SMACK) provides a
82  complete Linux kernel based mechanism for protecting processes and
83  data from inappropriate manipulation. Smack uses process, file, and
84  network labels combined with an easy to understand and manipulate
85  way to identify the kind of accesses that should be allowed.