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