mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
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:
parent
a6d9897d8f
commit
31b52f2c32
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ mv dist %{buildroot}%{_datadir}/jellyfin-web
|
||||||
%{__install} -D -m 0644 LICENSE %{buildroot}%{_datadir}/licenses/jellyfin/LICENSE
|
%{__install} -D -m 0644 LICENSE %{buildroot}%{_datadir}/licenses/jellyfin/LICENSE
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%attr(755,root,root) %{_datadir}/jellyfin-web
|
%attr(644,root,root) %{_datadir}/jellyfin-web
|
||||||
%{_datadir}/licenses/jellyfin/LICENSE
|
%{_datadir}/licenses/jellyfin/LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue