summaryrefslogtreecommitdiff
path: root/scripts/files/elements/ubuntu-mysql/pre-install.d/20-apparmor-mysql-local
diff options
context:
space:
mode:
authorAmrith Kumar <amrith@amrith.org>2017-10-25 10:15:23 -0400
committerAmrith Kumar <amrith@amrith.org>2017-10-25 10:48:02 -0400
commit238d8b4ddb068da82a391e1d4296c93daea593eb (patch)
tree86bc09ef5e799e57350002a381565bdc9eb31c9f /scripts/files/elements/ubuntu-mysql/pre-install.d/20-apparmor-mysql-local
parentbd3aafabd5b27c36ef8c9cc4b2a70dcc524eb5e7 (diff)
downloadtrove-integration-238d8b4ddb068da82a391e1d4296c93daea593eb.tar.gz
Retire the trove-integration repository
With the EOL of Newton (impending) and the deletion of the legacy tests[1] and [2], this repository is not required any longer. [1] https://review.openstack.org/#/c/514916/ [2] https://review.openstack.org/#/c/514918/ Change-Id: I8a6466c318029e6c984c6684e92547dd94ae6488
Diffstat (limited to 'scripts/files/elements/ubuntu-mysql/pre-install.d/20-apparmor-mysql-local')
-rwxr-xr-xscripts/files/elements/ubuntu-mysql/pre-install.d/20-apparmor-mysql-local11
1 files changed, 0 insertions, 11 deletions
diff --git a/scripts/files/elements/ubuntu-mysql/pre-install.d/20-apparmor-mysql-local b/scripts/files/elements/ubuntu-mysql/pre-install.d/20-apparmor-mysql-local
deleted file mode 100755
index a3e1dc7..0000000
--- a/scripts/files/elements/ubuntu-mysql/pre-install.d/20-apparmor-mysql-local
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#CONTEXT: chroot on host
-#PURPOSE: Allows mysqld to create temporary files when restoring backups
-
-cat <<EOF >>/etc/apparmor.d/local/usr.sbin.mysqld
- /tmp/ rw,
- /tmp/** rwk,
-EOF