fix(profile): various fixes.
This commit is contained in:
parent
018e31375b
commit
46b0b19d5b
4 changed files with 18 additions and 2 deletions
|
|
@ -75,6 +75,8 @@ profile mkinitramfs @{exec_path} {
|
|||
/usr/share/initramfs-tools/{,**} r,
|
||||
/etc/initramfs-tools/{,**} r,
|
||||
|
||||
/etc/xattr.conf r,
|
||||
|
||||
# For shell pwd
|
||||
/ r,
|
||||
/etc/ r,
|
||||
|
|
@ -174,7 +176,7 @@ profile mkinitramfs @{exec_path} {
|
|||
|
||||
owner /var/tmp/mkinitramfs_@{rand6}/usr/lib/modules/*/ r,
|
||||
owner /var/tmp/mkinitramfs_@{rand6}/usr/lib/modules/*/modules.* rw,
|
||||
owner /var/tmp/mkinitramfs_@{rand6}usr/lib/modules/*/updates/{,**} r,
|
||||
owner /var/tmp/mkinitramfs_@{rand6}/usr/lib/modules/*/updates/{,**} r,
|
||||
owner /var/tmp/mkinitramfs_@{rand6}/usr/lib/modules/*/kernel/{,**/} r,
|
||||
owner /var/tmp/mkinitramfs_@{rand6}/usr/lib/modules/*/kernel/**/*.ko* r,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue