From c12f089af307ac0b72bd5eea2e0b2221e7e3b07e Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 17 Sep 2023 21:58:30 +0100 Subject: [PATCH] fix(tunables): ensure pci devices are correctly catched. It is less restrictive, but is is guaranted to work. --- apparmor.d/tunables/multiarch.d/apparmor.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apparmor.d/tunables/multiarch.d/apparmor.d b/apparmor.d/tunables/multiarch.d/apparmor.d index 7fd432360..871d2da33 100644 --- a/apparmor.d/tunables/multiarch.d/apparmor.d +++ b/apparmor.d/tunables/multiarch.d/apparmor.d @@ -36,7 +36,7 @@ # Shortcut for PCI device @{pci_id}=@{h}@{h}@{h}@{h}:@{h}@{h}:@{h}@{h}.@{h} @{pci_bus}=pci@{h}@{h}@{h}@{h}:@{h}@{h} -@{pci}=@{pci_bus}/@{pci_id}{,/@{pci_id}}{,/@{pci_bus}/@{pci_id}{,/@{pci_id}}} +@{pci}=@{pci_bus}/**/ # Date and time @{date}=[0-2][0-9][0-9][0-9]-[01][0-9]-[0-3][0-9]