mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-01-18 08:58:15 +01:00
fix(kmod): add /run/modprobe.d
This commit is contained in:
parent
951bf6a840
commit
789ba3836e
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ profile kmod @{exec_path} flags=(attach_disconnected) {
|
||||||
@{lib}/modprobe.d/{,*.conf} r,
|
@{lib}/modprobe.d/{,*.conf} r,
|
||||||
@{lib}/modules/*/modules.* rw,
|
@{lib}/modules/*/modules.* rw,
|
||||||
|
|
||||||
|
@{run}/modprobe.d/{,*.conf} r,
|
||||||
|
|
||||||
/etc/depmod.d/{,**} r,
|
/etc/depmod.d/{,**} r,
|
||||||
/etc/modprobe.d/{,*.conf} r,
|
/etc/modprobe.d/{,*.conf} r,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue