You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In "/var/lib/dpkg/info/cloudpanel.postinst", it is clear that AppArmor is a requirement on Ubuntu, yet it is not installed or mentioned in the installation instructions.
if [ "$OS_NAME" = "Ubuntu" ]; then
echo "alias /var/lib/mysql/ -> /home/mysql/," >> /etc/apparmor.d/tunables/alias
systemctl restart apparmor
fi
How to reproduce
Install on Ubuntu 24.04 without AppArmor.
Possible Solution
Make AppArmor a requirement for Ubuntu systems.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
CloudPanel version(s) affected
2.5.0
Description
In "/var/lib/dpkg/info/cloudpanel.postinst", it is clear that AppArmor is a requirement on Ubuntu, yet it is not installed or mentioned in the installation instructions.
if [ "$OS_NAME" = "Ubuntu" ]; then
echo "alias /var/lib/mysql/ -> /home/mysql/," >> /etc/apparmor.d/tunables/alias
systemctl restart apparmor
fi
How to reproduce
Install on Ubuntu 24.04 without AppArmor.
Possible Solution
Make AppArmor a requirement for Ubuntu systems.
Additional Context
No response
The text was updated successfully, but these errors were encountered: