mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix(tunables): ensure pci devices are correctly catched.
It is less restrictive, but is is guaranted to work.
This commit is contained in:
parent
d3f05fb334
commit
c12f089af3
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue