mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
399534dc7f
Replace mv with install command to ensure correct SELinux context. The mv command preserves the user_tmp_t label from /tmp, which prevents systemd from executing the binary on SELinux systems. The install command creates a new file with the correct label for /usr/local/bin. Added automatic restorecon call for SELinux systems to ensure policy compliance. Related to #688