Remove USE_SYSTEMD guards around several scripts that should always get installed.
The build-time detection of systemd support only appears to work when usrmerge is enabled, resulting in different packages on usrmerge vs. non-usrmerge systems, breaking reproducible builds.
[PATCH] fuse: Resolve asan bug in during receive event notification (#4024)
The fuse xlator notify function tries to assign data object to graph object without checking an event. In case of upcall event data object represents upcall object so during access of graph object the process crashed for asan build.
specifically to fuse xlator
> Fixes: #3954 > Change-Id: I6b2869256b26d22163879737dcf163510d1cd8bf > Signed-off-by: Mohit Agrawal moagrawa@redhat.com > (Reviewed on upstream link #4019)