1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193
|
Source: apparmor
Maintainer: Debian AppArmor Team <pkg-apparmor-team@lists.alioth.debian.org>
Uploaders: intrigeri <intrigeri@debian.org>
Section: admin
Priority: optional
Build-Depends: apache2-dev,
autoconf,
autoconf-archive,
automake,
bison,
bzip2,
chrpath,
debhelper-compat (= 13),
dejagnu <!nocheck>,
dh-apache2,
dh-python,
dh-sequence-python3,
flake8 <!nocheck>,
flex,
liblocale-gettext-perl <!nocheck>,
libpython3-all-dev,
libpam-dev,
libtool,
net-tools <!nocheck>,
perl <!nocheck>,
pkgconf,
po-debconf,
python3:any,
python3-all:any,
python3-all-dev:any,
python3-gi <!nocheck>,
python3-notify2 <!nocheck>,
python3-psutil <!nocheck>,
python3-setuptools,
python3-tk <!nocheck>,
swig
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/apparmor-team/apparmor/tree/debian/unstable
Vcs-Git: https://salsa.debian.org/apparmor-team/apparmor.git -b debian/unstable
Homepage: https://apparmor.net/
Rules-Requires-Root: no
Package: apparmor
Architecture: linux-any
Depends: debconf,
${misc:Depends},
${shlibs:Depends}
Suggests: apparmor-profiles-extra,
apparmor-utils
Pre-Depends: ${misc:Pre-Depends}
Breaks: apparmor-profiles-extra (<< 1.21),
fcitx-data (<< 1:4.2.9.1-1ubuntu2),
snapd (<< 2.44.3+20.04~),
Replaces: fcitx-data (<< 1:4.2.9.1-1ubuntu2)
Description: user-space parser utility for AppArmor
apparmor provides the system initialization scripts needed to use the
AppArmor Mandatory Access Control system, including the AppArmor Parser
which is required to convert AppArmor text profiles into machine-readable
policies that are loaded into the kernel for use with the AppArmor Linux
Security Module.
Package: apparmor-utils
Architecture: all
Depends: apparmor,
python3-apparmor (= ${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Breaks: apparmor-easyprof (<< 3.0.3-4)
Replaces: apparmor-easyprof (<< 3.0.3-4)
Provides: apparmor-easyprof
Suggests: vim-addon-manager
Description: utilities for controlling AppArmor
apparmor-utils provides utilities that operate on AppArmor
profiles. Profiles can be created, updated, enforced, set to complain
mode, and disabled with tools such as aa-genprof, aa-enforce,
aa-complain and aa-disable.
.
Additionally, the aa-easyprof utility helps generating AppArmor policy.
It supports the use of templates and policy groups to quickly profile
an application.
Package: apparmor-profiles
Architecture: all
Depends: apparmor,
${misc:Depends}
Description: experimental profiles for AppArmor security policies
apparmor-profiles provides various experimental AppArmor profiles.
Do not expect these profiles to work out-of-the-box.
.
These profiles are not mature enough to be shipped in enforce mode by
default on Debian. They are shipped in complain mode so that users
can test them, choose which are desired, and help improve them
upstream if needed.
.
Some even more experimental profiles are included in
/usr/share/doc/apparmor-profiles/extras/.
Package: libapparmor-dev
Architecture: linux-any
Multi-Arch: same
Section: libdevel
Depends: libapparmor1 (= ${binary:Version}),
${misc:Depends}
Description: AppArmor development libraries and header files
libapparmor-dev provides the development libraries and header
files needed to link against libapparmor, as well as
the manpages for library functions.
Package: libapparmor1
Architecture: linux-any
Multi-Arch: same
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: libapparmor-perl (<< 3.0.3-3)
Replaces: libapparmor-perl (<< 3.0.3-3)
Description: changehat AppArmor library
libapparmor1 provides a shared library one can compile programs
against in order to use various AppArmor functionality,
such as transitioning to a different AppArmor profile or hat.
Package: libapache2-mod-apparmor
Architecture: linux-any
Section: httpd
Depends: ${misc:Depends},
${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: changehat AppArmor library as an Apache module
libapache2-mod-apparmor provides the Apache module needed to declare
various differing confinement policies when running virtual hosts in the
webserver by using the changehat abilities exposed through libapparmor.
Package: libpam-apparmor
Architecture: linux-any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: changehat AppArmor library as a PAM module
libpam-apparmor provides the PAM module needed to declare various
differing confinement policies when starting PAM sessions by using the
changehat abilities exposed through libapparmor.
Package: apparmor-notify
Architecture: all
Depends: python3-apparmor,
python3-libapparmor,
python3-notify2,
python3-psutil,
python3-tk,
python3-ttkthemes,
python3-gi,
${misc:Depends},
${python3:Depends}
Description: AppArmor notification system
apparmor-notify provides a utility to display AppArmor denial
messages via desktop notifications. The utility can also be used to
generate summary reports.
Package: python3-libapparmor
Architecture: linux-any
Section: python
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: AppArmor library Python3 bindings
python3-libapparmor provides the Python3 module that contains the language
bindings for the AppArmor library, libapparmor, which were autogenerated
via SWIG.
Python-Version: ${python3:Versions}
Package: python3-apparmor
Architecture: all
Section: python
Depends: python3-libapparmor (>= ${source:Upstream-Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: AppArmor Python3 utility library
python3-apparmor provides the Python3 modules that implement the
higher-level AppArmor applications.
Python-Version: ${python3:Versions}
Package: dh-apparmor
Architecture: all
Multi-Arch: foreign
Section: devel
Depends: ${misc:Depends},
${perl:Depends}
Suggests: apparmor-utils
Description: AppArmor debhelper routines
dh-apparmor provides the debhelper tools used to install and migrate
AppArmor profiles. This is normally used from package maintainer scripts
during install and removal.
|