diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:24:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:24:44 +0000 |
commit | bf772a107fc4511b6e3e5aafddb762ca3fa74f0b (patch) | |
tree | 8d994c2f3d8e9f01da4d334f90a20798760d9318 /debian/apparmor-profile | |
parent | Adding upstream version 1:10.11.6. (diff) | |
download | mariadb-bf772a107fc4511b6e3e5aafddb762ca3fa74f0b.tar.xz mariadb-bf772a107fc4511b6e3e5aafddb762ca3fa74f0b.zip |
Adding debian version 1:10.11.6-2.debian/1%10.11.6-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/apparmor-profile')
-rw-r--r-- | debian/apparmor-profile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/apparmor-profile b/debian/apparmor-profile new file mode 100644 index 00000000..b1f229b3 --- /dev/null +++ b/debian/apparmor-profile @@ -0,0 +1,15 @@ +# This file is intentionally empty to disable apparmor by default for newer +# versions of MariaDB, while providing seamless upgrade from older versions +# and from mysql, where apparmor is used. +# +# By default, we do not want to have any apparmor profile for the MariaDB +# server. It does not provide much useful functionality/security, and causes +# several problems for users who often are not even aware that apparmor +# exists and runs on their system. +# +# Users can modify and maintain their own profile, and in this case it will +# be used. +# +# When upgrading from previous version, users who modified the profile +# will be prompted to keep or discard it, while for default installs +# we will automatically disable the profile. |