mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 09:13:33 +08:00
[Ubuntu] disable apparmor (#10024)
This commit is contained in:
@@ -6,3 +6,9 @@ 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