From 31b52f2c32e89d15a0aa3106d5f5a4909f4aa4c4 Mon Sep 17 00:00:00 2001 From: "Brian J. Murrell" Date: Wed, 10 Mar 2021 10:25:29 -0500 Subject: [PATCH] Reduce permissions Giving everything a blanket execute permission is overzealous and dangerous. Change permissions to 644. Signed-off-by: Brian J. Murrell --- fedora/jellyfin-web.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/jellyfin-web.spec b/fedora/jellyfin-web.spec index d0c8d4ba23..babbb7c4fc 100644 --- a/fedora/jellyfin-web.spec +++ b/fedora/jellyfin-web.spec @@ -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