fix(kmod): add /run/modprobe.d

This commit is contained in:
REmerald 2024-06-03 17:58:39 +00:00 committed by GitHub
parent f9442e8258
commit cfd2d91fd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,6 +34,8 @@ profile kmod @{exec_path} flags=(attach_disconnected) {
@{lib}/modprobe.d/{,*.conf} r,
@{lib}/modules/*/modules.* rw,
@{run}/modprobe.d/{,*.conf} r,
/etc/depmod.d/{,**} r,
/etc/modprobe.d/{,*.conf} r,