Skip to content

Commit

Permalink
Merge pull request #1909 from surbhat1595/8.0
Browse files Browse the repository at this point in the history
PXC-3820 Broken AppArmor profile after upgrade
  • Loading branch information
kamil-holubicki authored Aug 7, 2024
2 parents 1de2107 + 92da3bb commit 77bee08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-ps/debian/percona-xtradb-cluster-server.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ case "$1" in
if [ -f "/etc/apparmor.d/usr.sbin.mysqld" -o -f "/etc/apparmor.d/local/usr.sbin.mysqld" -o -f "/etc/apparmor.d/usr.bin.wsrep_sst_xtrabackup-v2" ]; then
db_input high percona-xtradb-cluster-server/existing_profile_file || true
db_go
db_get percona-xtradb-cluster-server/existing_config_file && PROFILE_ACTION=${RET}
db_get percona-xtradb-cluster-server/existing_profile_file && PROFILE_ACTION=${RET}
fi
if [ "${PROFILE_ACTION}" = "Use NEW AppArmor profile" ]; then
DATE=`date +%Y-%m-%d-%H:%m:%S`
Expand Down

0 comments on commit 77bee08

Please sign in to comment.