From c0969d30cf7ff46627c4eb3a9034318fd17ac2bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=91=E5=AE=81?= Date: Mon, 22 Jan 2024 03:40:18 +0000 Subject: [PATCH] Change the permission of /usr/libexec/Xorg.wrap MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 张少宁 --- xorg-x11-server.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index b9da7d2..ca179f0 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -324,7 +324,7 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %config %attr(0644,root,root) %{_sysconfdir}/pam.d/xserver %{_bindir}/* %{_libexecdir}/Xorg -%attr(4755,root,root) %{_libexecdir}/Xorg.wrap +%attr(0755,root,root) %{_libexecdir}/Xorg.wrap %{_libdir}/xorg/modules/drivers/modesetting_drv.so %{_libdir}/xorg/modules/extensions/libglx.so %dir %{_libdir}/xorg/modules/input -- Gitee