mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
[Ubuntu] disable apparmor (#10024)
This commit is contained in:
@@ -68,3 +68,7 @@ fi
|
||||
if is_ubuntu22; then
|
||||
sed -i 's/openssl_conf = openssl_init/#openssl_conf = openssl_init/g' /etc/ssl/openssl.cnf
|
||||
fi
|
||||
|
||||
# Disable apparmor
|
||||
systemctl is-active --quiet apparmor.service && systemctl stop apparmor.service
|
||||
systemctl disable apparmor.service
|
||||
|
||||
Reference in New Issue
Block a user