Comment
The change is low risk. It only adjusts which prebuilt configuration snippets are copied into the package, adding /usr/share/X11/xorg.conf.d/10-nvidia-modules.conf and removing an obsolete deletion in the -devel split. I did not see any new network access, privilege escalation, shell execution, or installation outside pkgdir. The added file is a distro-provided Xorg config snippet, not an external download or executable payload. The only concern is that shipping an additional NVIDIA-related config file can affect runtime behavior, but that is expected packaging content rather than a security issue.
@@ -121,7 +121,7 @@ package_xlibre-xserver() {
_install fakeinstall/usr/bin/{X,Xorg,gtf,Xfbdev}
_install fakeinstall/usr/lib/Xorg{,.wrap}
_install fakeinstall/usr/lib/xorg/modules/*
- _install fakeinstall/usr/share/X11/xorg.conf.d/10-{nvidia,quirks}.conf
+ _install fakeinstall/usr/share/X11/xorg.conf.d/10-{nvidia,nvidia-modules,quirks}.conf
_install fakeinstall/usr/share/man/man1/{Xorg,Xorg.wrap,gtf,Xfbdev}.1
_install fakeinstall/usr/share/man/man4/{exa,fbdevhw,inputtestdrv,modesetting}.4
_install fakeinstall/usr/share/man/man5/{Xwrapper.config,xorg.conf,xorg.conf.d}.5