Replace shells with new sh_path variable
Signed-off-by: Jeroen Rijken <jeroen.rijken@xs4all.nl>
This commit is contained in:
parent
3b1b187d13
commit
40b171ee94
315 changed files with 415 additions and 369 deletions
|
|
@ -19,7 +19,7 @@ profile mkinitramfs @{exec_path} {
|
|||
capability fsetid,
|
||||
|
||||
@{exec_path} r,
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
|
||||
@{bin}/ r,
|
||||
@{lib}/ r,
|
||||
|
|
@ -100,7 +100,7 @@ profile mkinitramfs @{exec_path} {
|
|||
|
||||
@{bin}/ldd mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/kmod mr,
|
||||
@{lib}/initramfs-tools/bin/* mr,
|
||||
|
||||
|
|
@ -118,7 +118,7 @@ profile mkinitramfs @{exec_path} {
|
|||
|
||||
@{bin}/ldconfig mr,
|
||||
|
||||
@{bin}/{,ba,da}sh rix,
|
||||
@{sh_path} rix,
|
||||
@{bin}/ldconfig.real rix,
|
||||
|
||||
owner /var/tmp/mkinitramfs_*/etc/ld.so.conf r,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue