mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-15 07:54:17 +01:00
fix(tunables): pci devices path.
This commit is contained in:
parent
0ed036efd5
commit
3c6898db5a
@ -36,7 +36,7 @@
|
||||
# Shortcut for PCI device
|
||||
@{pci_id}=[0-9][0-9][0-9][0-9]:[0-9][0-9]:[0-9a-f][0-9a-f].[0-9]
|
||||
@{pci_bus}=pci[0-9][0-9][0-9][0-9]:[0-9][0-9]
|
||||
@{pci}=@{pci_bus}/@{pci_id}{,/@{pci_id}}
|
||||
@{pci}=@{pci_bus}/@{pci_id}{,/@{pci_id}}{,/@{pci_bus}/@{pci_id}{,/@{pci_id}}}
|
||||
|
||||
# Date and time
|
||||
@{date}=[0-2][0-9][0-9][0-9]-[01][0-9]-[0-3][0-9]
|
||||
|
Loading…
Reference in New Issue
Block a user