mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-11-14 23:43:56 +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
@ -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 New Issue
Block a user