[PATCH] openrc: Make init scripts executable on install

Ani Sinha ani at anisinha.ca
Tue Feb 15 16:48:01 UTC 2022


On Tue, Feb 15, 2022 at 21:57 Michal Privoznik <mprivozn at redhat.com> wrote:

> When installing openrc init scripts, we take whatever mode the
> generated files are in an copy them under /etc/init.d/. This is
> not ideal, because those files are not executable and they should
> be.
>
> Resolves: https://gitlab.com/libvirt/libvirt/-/issues/250
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>


Reviewed-by: Ani Sinha <ani at anisinha.ca>


> ---
>  src/meson.build | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/src/meson.build b/src/meson.build
> index 3890df7124..b2d951d36c 100644
> --- a/src/meson.build
> +++ b/src/meson.build
> @@ -848,6 +848,7 @@ if conf.has('WITH_LIBVIRTD')
>        install_data(
>          init_file,
>          install_dir: sysconfdir / 'init.d',
> +        install_mode: 'rwxr-xr-x',
>          rename: [ init['name'] ],
>        )
>
> --
> 2.34.1
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20220215/c2284768/attachment-0001.htm>


More information about the libvir-list mailing list