feat(abs): add the app/kmod abstraction.
This commit is contained in:
parent
cb4f3af58e
commit
13b35b156e
14 changed files with 53 additions and 105 deletions
|
|
@ -159,16 +159,7 @@ profile mkinitramfs @{exec_path} {
|
|||
|
||||
profile kmod {
|
||||
include <abstractions/base>
|
||||
include <abstractions/consoles>
|
||||
|
||||
@{bin}/kmod mr,
|
||||
|
||||
@{PROC}/cmdline r,
|
||||
|
||||
/etc/depmod.d/ r,
|
||||
/etc/depmod.d/*.conf r,
|
||||
/etc/modprobe.d/ r,
|
||||
/etc/modprobe.d/*.conf r,
|
||||
include <abstractions/app/kmod>
|
||||
|
||||
owner /var/tmp/mkinitramfs_*/usr/lib/modules/*/ r,
|
||||
owner /var/tmp/mkinitramfs_*/usr/lib/modules/*/modules.* rw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue