mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 11:37:00 +00:00
This reverts commit 145c80df8d.
This commit is contained in:
@@ -68,7 +68,3 @@ 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
|
||||
|
||||
@@ -6,9 +6,3 @@ Describe "Disk free space" -Skip:(-not [String]::IsNullOrEmpty($env:AGENT_NAME)
|
||||
$freeSpace | Should -BeGreaterOrEqual 17GB
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Apparmor is disabled" {
|
||||
It "Apparmor is disabled" {
|
||||
systemctl is-active apparmor | Should -Be "inactive"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user