Reduce permissions

Giving everything a blanket execute permission is overzealous and dangerous.

Change permissions to 644.

Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
This commit is contained in:
Brian J. Murrell
2021-03-10 10:25:29 -05:00
committed by GitHub
parent a6d9897d8f
commit 31b52f2c32

View File

@@ -41,7 +41,7 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web
%{__install} -D -m 0644 LICENSE %{buildroot}%{_datadir}/licenses/jellyfin/LICENSE
%files
%attr(755,root,root) %{_datadir}/jellyfin-web
%attr(644,root,root) %{_datadir}/jellyfin-web
%{_datadir}/licenses/jellyfin/LICENSE
%changelog