[PATCH xserver 05/12] meson: Build Xorg suid wrapper
Keith Packard
keithp at keithp.com
Tue Mar 27 00:45:18 UTC 2018
Adam Jackson <ajax at redhat.com> writes:
> Signed-off-by: Adam Jackson <ajax at redhat.com>
> +if get_option('suid_wrapper')
> + executable('Xorg.wrap',
> + 'xorg-wrapper.c',
> + include_directories: [inc, xorg_inc],
> + dependencies: xorg_deps,
> + c_args: xorg_c_args,
> + install: true,
> + install_dir: get_option('libexecdir'),
> + # install_mode: ['r-sr-xr-x', 0, 0],
I assume your package files fix the permissions? If I'm reading the
autotools version, there's a chown and chmod for that?
Otherwise, this is
Reviewed-by: Keith Packard <keithp at keithp.com>
--
-keith
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.x.org/archives/xorg-devel/attachments/20180326/6fb747dd/attachment.sig>
More information about the xorg-devel
mailing list