mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-28 03:26:32 +00:00
Fix lint
This commit is contained in:
parent
72279072ac
commit
fddd5b8860
@ -126,7 +126,7 @@ class DockerAddon(DockerInterface):
|
||||
# AppArmor
|
||||
if self.addon.apparmor == SECURITY_DISABLE:
|
||||
security.append("apparmor:unconfined")
|
||||
elif self.addon.apparmor == SECURITY_DEFAULT:
|
||||
elif self.addon.apparmor == SECURITY_CUSTOM:
|
||||
security.append(f"apparmor={self.addon.slug}")
|
||||
|
||||
# Seccomp
|
||||
|
Loading…
x
Reference in New Issue
Block a user