mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 00:48:10 +01:00
fix(lspci): add /run/modprobe.d
This commit is contained in:
parent
789ba3836e
commit
c40c3e1c98
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ profile lspci @{exec_path} flags=(attach_disconnected) {
|
|||
/usr/share/misc/pci.ids.gz r,
|
||||
/usr/share/pci.ids r,
|
||||
|
||||
@{run}/modprobe.d/{,*.conf} r,
|
||||
/etc/modprobe.d/{,*.conf} r,
|
||||
/etc/udev/hwdb.bin r,
|
||||
|
||||
|
|
Loading…
Reference in a new issue