vmware-workstation-openrc

maintainer orphaned · 5 votes · scanned 2026-08-03 00:08:14.047287
MEDIUM
View on AUR ↗
Why flagged The primary concern is the VMware Workstation installer bundle being fetched from archive.org (an unofficial, user-contributed mirror) rather than from Broadcom/VMware's official distribution servers. This is a prebuilt binary that is executed during the build phase (via `bash ... .bundle --extract`). Archive.org content can be replaced or tampered with by the uploader, and while the sha256sum provides some protection, the trust chain is broken compared to fetching from the official vendor host. The other sources (packages-prod.broadcom.com) are official Broadcom infrastructure. The sha256 checksums are present for all sources including the bundle, which mitigates but does not eliminate the risk — the checksum itself could be wrong or the PKGBUILD could be updated to match a malicious bundle. This is a genuine supply-chain concern: an executed binary from a non-official host warrants MEDIUM severity.

Triggered rules

MEDIUM source=() URL on a non-standard host source_untrusted_domain

One or more source=() URLs point to a host outside the trusted allowlist (github.com, gitlab.com, codeberg.org, pypi.org, …).

  • PKGBUILD:64 "VMware-Workstation-${pkgver}-${_buildver}.${CARCH}.bundle::https://archive.org/download/VMware-Workstation-Full-${pkgver}-${_buildver}.${CARCH}/VMware-Workstation-Full-${pkgver}-${_buildver}.${CARCH}.bundle"
  • PKGBUILD:66 "https://packages-prod.broadcom.com/tools/frozen/linux/linux.iso"
MEDIUM Privileged / out-of-pacman install (sudoers, setuid, or self-update) privileged_install

The package grants elevated privileges or installs an update path outside pacman: a /etc/sudoers.d rule (often passwordless), a setuid/setgid binary, or a self-update script/service that can fetch and run future code with no checksum verification. The initial install may be verified, but the ongoing privilege + update surface is a real supply-chain / privilege-escalation risk.

  • PKGBUILD:316 chmod +s \
MEDIUM AI review llm_review

An AI model (anthropic/claude-4.6-sonnet-20260217) reviewed this and agrees it is MEDIUM (confidence 82%): The primary concern is the VMware Workstation installer bundle being fetched from archive.org (an unofficial, user-contributed mirror) rather than from Broadcom/VMware's official distribution servers. This is a prebuilt binary that is executed during the build phase (via `bash ... .bundle --extract`). Archive.org content can be replaced or tampered with by the uploader, and while the sha256sum provides some protection, the trust chain is broken compared to fetching from the official vendor host. The other sources (packages-prod.broadcom.com) are official Broadcom infrastructure. The sha256 checksums are present for all sources including the bundle, which mitigates but does not eliminate the risk — the checksum itself could be wrong or the PKGBUILD could be updated to match a malicious bundle. This is a genuine supply-chain concern: an executed binary from a non-official host warrants MEDIUM severity.

PKGBUILD

3 offending line(s) highlighted
1# Maintainer: randomnobody <nobody "at" 420blaze "dot" it>
2# Contributor: Jean-Marc Lenoir <archlinux "at" jihemel "dot" com>
3# Contributor: Maxwell Pray a.k.a. Synthead <synthead@gmail.com>
4
5# To enable macOS guests support, uncomment the line below:
6#_enable_macOS_guests=y
7# CAUTION: Running macOS on VMware Workstation on non Apple computer is forbidden by
8# Apple and VMware EULAs.
9
10# vmware-keymaps dependency is needed to avoid some conflicts when you install
11# this package with vmware-horizon-client. If you don't plan to install
12# vmware-horizon-client and don't want to add this dependency, you can
13# uncomment the line below:
14#_remove_vmware_keymaps_dependency=y
15
16#PKGEXT=.pkg.tar
17pkgname=vmware-workstation-openrc
18pkgver=25H2
19_buildver=24995812
20_pkgver=${pkgver}_${_buildver}
21pkgrel=4
22pkgdesc='The industry standard for running multiple operating systems as virtual machines on a single Linux PC. Modified to use OpenRC.'
23arch=(x86_64)
24url='https://www.vmware.com/products/workstation-for-linux.html'
25license=(custom)
26install="vmware-workstation.install"
27conflicts=(
28 vmware-modules-dkms
29 vmware-ovftool
30 vmware-patch
31 vmware-systemd-services
32 vmware-workstation
33)
34provides=(
35 vmware-ovftool
36 vmware-workstation
37)
38depends=(
39 dkms
40 fuse2
41 gtkmm3
42 libcanberra
43 libaio
44 pcsclite
45 hicolor-icon-theme
46 libxcrypt-compat # needed for ovftool
47 libxml2-legacy # needed for vmrun
48 # needed to use Arch GTK3 library (for theme integration)
49 gtk3
50 gcr
51)
52optdepends=(
53 'linux-headers: build modules against Arch kernel'
54)
55makedepends=(
56 sqlite
57)
58backup=(
59 'etc/vmware/config'
60 'etc/conf.d/vmware'
61)
62
63source=(
64 "VMware-Workstation-${pkgver}-${_buildver}.${CARCH}.bundle::https://archive.org/download/VMware-Workstation-Full-${pkgver}-${_buildver}.${CARCH}/VMware-Workstation-Full-${pkgver}-${_buildver}.${CARCH}.bundle"
65
66 "https://packages-prod.broadcom.com/tools/frozen/linux/linux.iso"
67 "https://packages-prod.broadcom.com/tools/frozen/linux/linuxPreGlibc25.iso"
68 "https://packages-prod.broadcom.com/tools/frozen/netware/netware.iso"
69 "https://packages-prod.broadcom.com/tools/frozen/solaris/solaris.iso"
70 "https://packages-prod.broadcom.com/tools/frozen/windows/winPre2k.iso"
71 "https://packages-prod.broadcom.com/tools/frozen/windows/winPreVista.iso"
72
73 "winVistaSP1.iso::https://packages-prod.broadcom.com/tools/frozen/windows/WindowsToolsVista/SP1/windows.iso"
74 "winVistaSP2.iso::https://packages-prod.broadcom.com/tools/frozen/windows/WindowsToolsVista/SP2/windows.iso"
75
76 'vmware-bootstrap'
77 'vmware-vix-bootstrap'
78 'config'
79 'configure-initscript.sh'
80 'vmware-environment.sh'
81
82 'vmware-networks-configuration'
83 'vmware-networks'
84 'vmware-usbarbitrator'
85
86 'dkms.conf.in'
87 'Makefile'
88 'vmmon.patch'
89 'vmnet.patch'
90)
91sha256sums=('9beced8a0653c9382e9aa9917168a54bf5635e566c8cb341589d72cf14093322'
92 '4e66b286b743d9cf788c487295b1dec3c6071d657674f650aadc23e8900758ff'
93 'aef8f747bd9a6e84d139c57b8c1f8e87c83a9b9df69cd09602030190fec21973'
94 '2c89993d811f5d90f7b0e2a286e9339907055e51ecb16f25509e5c4517326487'
95 '4666b0adfec6636ecda60bfab889cbf28f06f77526442628a70789fd76823e70'
96 'a17a11d65f841d213ffc2d6681acdf849c380e77055334c7a8127c1373991ebb'
97 'aab73d3ef4668beec725541c08c41042bb22fc86cd5563310fc170b952631d8a'
98 '3b8f9d6e43f5d1dff0576cb93d008c14e0434d7233872f6c63988513d2bda5d1'
99 '8f1cc3181055891b98672f715e0ca7bbe4018960eae945d7a4b9f640c44c3d79'
100 '67edc40e39686281f5101ced1a250648ae32e4cd5dffe4fd47bc3c7aed929d50'
101 'da1698bf4e73ae466c1c7fc93891eba4b9c4581856649635e6532275dbfea141'
102 'bcf24ce469527844c60f8fd50fda61a6b65cc326ff6bf026d5ae0576cf749c2c'
103 'f2c9272dfa1e3de1de5f5545989e6e3d9f400084decaa5504559a20209648329'
104 'b94959a11b28e51b541321be0588190eb10825e9ff55cbd16eb01483a839a69f'
105 '6114cab1760bd1393de2ed16d9bc6f01c013a706e1b0a0a7fc34156d6adb7ae9'
106 '8534321485f16783a70f8ce78ca04599756a98b955b046af623910e1ee6e412c'
107 '452c1bfebac52f4808ba5f4bf2fc3eae9858f8745d60c13d3c46e7550a3e1eb1'
108 '7ba8cbdb1981a9a714b4068e651cc7a20ab358dddf6cab68519d9f324ea800b3'
109 '273d4357599a3e54259c78cc49054fef8ecfd2c2eda35cbcde3a53a62777a5ac'
110 '16f0780792cd66f580a0a872679cac76f8df936a0f2d90ac2d014902d46da58c'
111 'cefe79e418a7403bc0a788b1ca695a9463d6c2d9ecbf1ce15125e39e39391c2b')
112options=(!strip emptydirs !debug)
113
114if [ -z "$_remove_vmware_keymaps_dependency" ]; then
115depends+=(
116 vmware-keymaps
117)
118fi
119
120_extractedimages=(windows)
121_isoimages=(linux linuxPreGlibc25 netware solaris winPre2k winPreVista winVistaSP1 winVistaSP2)
122
123if [ -n "$_enable_macOS_guests" ]; then
124
125_vmware_fusion_ver=13.5.2
126_vmware_fusion_buildver=23775688
127_vmware_fusion_ver_full=${_vmware_fusion_ver}_${_vmware_fusion_buildver}
128# List of VMware Fusion versions: https://softwareupdate-prod.broadcom.com/cds/vmw-desktop/fusion/index.html
129
130makedepends+=(
131 python
132 7zip
133 uefitool
134)
135
136source+=(
137 "https://packages-prod.broadcom.com/tools/frozen/darwin/darwin.iso"
138 "https://packages-prod.broadcom.com/tools/frozen/darwin/darwinPre15.iso"
139 "unlocker.py"
140 "efi-patches.txt"
141)
142
143sha256sums+=(
144 'e0c96286f376b30e2c2362bd991709f0f6bc6ebd911be4056a58da8698c49236'
145 'ef33fc5d152fd9db27cac0b1f21160226dfa5e5b7a501ffa25818682f3b4aaa0'
146 '8a61e03d0edbbf60c1c84a43aa87a6e950f82d2c71b968888f019345c2f684f3'
147 '392c1effcdec516000e9f8ffc97f2586524d8953d3e7d6f2c5f93f2acd809d91'
148)
149
150_fusion_isoimages=(darwin darwinPre15)
151fi
152
153
154_create_database_file() {
155 # Create a database which contains the list of guest tools (necessary to avoid that vmware try to download them)
156 local database_filename="$pkgdir/etc/vmware-installer/database"
157 echo -n "" > "$database_filename"
158
159 sqlite3 "$database_filename" "CREATE TABLE settings(key VARCHAR PRIMARY KEY, value VARCHAR NOT NULL, component_name VARCHAR NOT NULL);"
160 sqlite3 "$database_filename" "INSERT INTO settings(key,value,component_name) VALUES('db.schemaVersion','2','vmware-installer');"
161 sqlite3 "$database_filename" "CREATE TABLE components(id INTEGER PRIMARY KEY, name VARCHAR NOT NULL, version VARCHAR NOT NULL, buildNumber INTEGER NOT NULL, component_core_id INTEGER NOT NULL, longName VARCHAR NOT NULL, description VARCHAR, type INTEGER NOT NULL);"
162
163 for isoimage in ${_extractedimages[@]}
164 do
165 local version=$(cat "$srcdir/extracted/vmware-tools-$isoimage/manifest.xml" | grep -oPm1 "(?<=<version>)[^<]+")
166 sqlite3 "$database_filename" "INSERT INTO components(name,version,buildNumber,component_core_id,longName,description,type) VALUES('vmware-tools-$isoimage','$version',${_pkgver#*_},1,'$isoimage','$isoimage',1);"
167 done
168
169 for isoimage in ${_isoimages[@]}
170 do
171 sqlite3 "$database_filename" "INSERT INTO components(name,version,buildNumber,component_core_id,longName,description,type) VALUES('vmware-tools-$isoimage','1',${_pkgver#*_},1,'$isoimage','$isoimage',1);"
172 done
173
174if [ -n "$_enable_macOS_guests" ]; then
175 for isoimage in ${_fusion_isoimages[@]}
176 do
177 sqlite3 "$database_filename" "INSERT INTO components(name,version,buildNumber,component_core_id,longName,description,type) VALUES('vmware-tools-$isoimage','1',${_vmware_fusion_ver_full#*_},1,'$isoimage','$isoimage',1);"
178 done
179fi
180}
181
182prepare() {
183 extracted_dir="$srcdir/extracted"
184 [[ -d "$extracted_dir" ]] && rm -r "$extracted_dir"
185
186 bash \
187 "$(readlink -f "$srcdir/VMware-Workstation-${_pkgver/_/-}.${CARCH}.bundle")" \
188 --extract "$extracted_dir"
189
190if [ -n "$_enable_macOS_guests" ]; then
191 sed -i -e "s|/usr/lib/vmware/|${pkgdir}/usr/lib/vmware/|" "$srcdir/unlocker.py"
192fi
193}
194
195package() {
196 local vmware_installer_version=$(cat "$srcdir/extracted/vmware-installer/manifest.xml" | grep -oPm1 "(?<=<version>)[^<]+")
197
198 # Make directories and copy files.
199
200 mkdir -p \
201 "$pkgdir/etc"/{pam.d,modprobe.d,vmware} \
202 "$pkgdir/usr"/{share,bin} \
203 "$pkgdir/usr/include/vmware-vix" \
204 "$pkgdir/usr/lib"/{vmware/setup,vmware-vix,vmware-ovftool,vmware-installer/"$vmware_installer_version",modules-load.d} \
205 "$pkgdir/usr/share"/{doc/vmware-vix,licenses/"$pkgname"} \
206 "$pkgdir/var/lib/vmware/Shared VMs"
207
208 cd "$srcdir/extracted"
209
210 cp -r \
211 vmware-workstation/share/* \
212 vmware-workstation/man \
213 vmware-network-editor-ui/share/* \
214 vmware-player-app/share/* \
215 "$pkgdir/usr/share"
216
217 cp -r \
218 vmware-workstation/bin/* \
219 vmware-vmx/{,s}bin/* \
220 vmware-vix-core/bin/* \
221 vmware-vprobe/bin/* \
222 vmware-player-app/bin/* \
223 "$pkgdir/usr/bin"
224
225 cp -r \
226 vmware-workstation/lib/* \
227 vmware-player-app/lib/* \
228 vmware-vmx/{lib/*,roms} \
229 vmware-vprobe/lib/* \
230 vmware-usbarbitrator/bin \
231 vmware-network-editor/lib \
232 "$pkgdir/usr/lib/vmware"
233
234 cp -r \
235 vmware-player-setup/vmware-config \
236 "$pkgdir/usr/lib/vmware/setup"
237
238 cp -r \
239 vmware-vix-lib-Workstation1700/lib/Workstation-17.0.0 \
240 vmware-vix-core/{lib/*,vixwrapper-config.txt} \
241 "$pkgdir/usr/lib/vmware-vix"
242
243 cp -r \
244 vmware-vix-core/doc/* \
245 "$pkgdir/usr/share/doc/vmware-vix"
246
247 cp -r \
248 vmware-ovftool/* \
249 "$pkgdir/usr/lib/vmware-ovftool"
250
251 cp -r \
252 vmware-installer/{python,sopython,vmis,vmis-launcher,vmware-installer,vmware-installer.py} \
253 "$pkgdir/usr/lib/vmware-installer/$vmware_installer_version"
254
255 cp -r \
256 vmware-vix-core/include/* \
257 "$pkgdir/usr/include/vmware-vix"
258
259 for isoimage in ${_extractedimages[@]}
260 do
261 install -Dm 644 "vmware-tools-$isoimage/$isoimage.iso" "$pkgdir/usr/lib/vmware/isoimages/$isoimage.iso"
262 done
263
264 for isoimage in ${_isoimages[@]}
265 do
266 install -Dm 644 "$srcdir/$isoimage.iso" "$pkgdir/usr/lib/vmware/isoimages/$isoimage.iso"
267 done
268
269 install -Dm 644 "vmware-workstation/doc/EULA" "$pkgdir/usr/share/doc/vmware-workstation/EULA"
270 ln -s "/usr/share/doc/vmware-workstation/EULA" "$pkgdir/usr/share/licenses/$pkgname/VMware Workstation - EULA.txt"
271 ln -s "/usr/lib/vmware-ovftool/vmware.eula" "$pkgdir/usr/share/licenses/$pkgname/VMware OVF Tool - EULA.txt"
272 install -Dm 644 "vmware-workstation/doc"/open_source_licenses.txt "$pkgdir/usr/share/licenses/$pkgname/VMware Workstation open source license.txt"
273 install -Dm 644 "vmware-workstation/doc"/ovftool_open_source_licenses.txt "$pkgdir/usr/share/licenses/$pkgname/VMware OVF Tool open source license.txt"
274 install -Dm 644 "vmware-vix-core"/open_source_licenses.txt "$pkgdir/usr/share/licenses/$pkgname/VMware VIX open source license.txt"
275 rm "$pkgdir/usr/lib/vmware-ovftool"/{vmware-eula.rtf,open_source_licenses.txt,manifest.xml}
276
277 install -d -m 755 "$pkgdir/usr/lib/vmware-installer/$vmware_installer_version"/{lib/lib,artwork}
278 install -Dm 755 "$srcdir/configure-initscript.sh" "$pkgdir/usr/lib/vmware-installer/$vmware_installer_version/bin/configure-initscript.sh"
279
280 install -Dm 644 "vmware-vmx/etc/modprobe.d/modprobe-vmware-fuse.conf" "$pkgdir/etc/modprobe.d/vmware-fuse.conf"
281
282 install -Dm 644 vmware-vmx/extra/modules.xml "$pkgdir"/usr/lib/vmware/modules/modules.xml
283 install -Dm 644 vmware-installer/bootstrap "$pkgdir"/etc/vmware-installer/bootstrap
284 install -Dm 644 "$srcdir"/vmware-vix-bootstrap "$pkgdir"/etc/vmware-vix/bootstrap
285 install -Dm 644 "$srcdir"/vmware-bootstrap "$pkgdir"/etc/vmware/bootstrap
286 install -Dm 644 "$srcdir"/config "$pkgdir"/etc/vmware/config
287
288if [ -z "$_remove_vmware_keymaps_dependency" ]; then
289 rm -r "$pkgdir/usr/lib/vmware/xkeymap" # these files are provided by vmware-keymaps package
290fi
291
292 echo -e "vmw_vmci\nvmmon" > "$pkgdir/usr/lib/modules-load.d/vmware.conf"
293
294 for service_file in \
295 vmware-networks-configuration \
296 vmware-networks \
297 vmware-usbarbitrator
298 do
299 install -Dm 755 \
300 "$srcdir/$service_file" \
301 "$pkgdir/etc/init.d/$service_file"
302 done
303
304
305 # Apply permissions where necessary.
306
307 chmod +x \
308 "$pkgdir/usr/bin"/* \
309 "$pkgdir/usr/lib/vmware/bin"/* \
310 "$pkgdir/usr/lib/vmware/setup"/* \
311 "$pkgdir/usr/lib/vmware/lib"/libvmware-gksu.so/gksu-run-helper \
312 "$pkgdir/usr/lib/vmware-ovftool"/{ovftool,ovftool.bin} \
313 "$pkgdir/usr/lib/vmware-installer/$vmware_installer_version"/{vmware-installer,vmis-launcher} \
314 "$pkgdir/usr/lib/vmware-vix/setup"/*
315
316 chmod +s \
317 "$pkgdir/usr/bin"/vmware-authd \
318 "$pkgdir/usr/lib/vmware/bin"/{vmware-vmx,vmware-vmx-debug,vmware-vmx-stats}
319
320
321 # Add symlinks the installer would create.
322
323 for link in \
324 licenseTool \
325 vmplayer \
326 vmware \
327 vmware-app-control \
328 vmware-enter-serial \
329 vmware-fuseUI \
330 vmware-gksu \
331 vmware-modconfig \
332 vmware-modconfig-console \
333 vmware-mount \
334 vmware-netcfg \
335 vmware-setup-helper \
336 vmware-tray \
337 vmware-vmblock-fuse \
338 vmware-vprobe \
339 vmware-zenity
340 do
341 ln -s /usr/lib/vmware/bin/appLoader "$pkgdir/usr/lib/vmware/bin/$link"
342 done
343
344 for link in \
345 vmrest
346 do
347 ln -s /usr/lib/vmware/bin/appLoader "$pkgdir/usr/bin/$link"
348 done
349
350 for link in \
351 vmware-fuseUI \
352 vmware-mount \
353 vmware-netcfg \
354 vmware-usbarbitrator
355 do
356 ln -s /usr/lib/vmware/bin/$link "$pkgdir/usr/bin/$link"
357 done
358
359 ln -s /usr/lib/vmware/icu "$pkgdir/etc/vmware/icu"
360 ln -s /usr/lib/vmware-ovftool/ovftool "$pkgdir/usr/bin/ovftool"
361 ln -s /usr/lib/vmware-vix/libvixAllProducts.so "$pkgdir/usr/lib/libvixAllProducts.so"
362
363
364 # Replace placeholder "variables" with real paths.
365
366 for file in \
367 gtk-3.0/gdk-pixbuf.loaders
368 do
369 sed -i 's,@@LIBCONF_DIR@@,/usr/lib/vmware/libconf,g' "$pkgdir/usr/lib/vmware/libconf/etc/$file"
370 done
371
372 sed -i 's,@@BINARY@@,/usr/bin/vmware,' "$pkgdir/usr/share/applications/vmware-workstation.desktop"
373 sed -i 's,@@BINARY@@,/usr/bin/vmplayer,' "$pkgdir/usr/share/applications/vmware-player.desktop"
374 sed -i 's,@@BINARY@@,/usr/bin/vmware-netcfg,' "$pkgdir/usr/share/applications/vmware-netcfg.desktop"
375
376 sed \
377 -e "s/@@VERSION@@/$vmware_installer_version/" \
378 -e "s,@@VMWARE_INSTALLER@@,/usr/lib/vmware-installer/$vmware_installer_version," \
379 -i "$pkgdir/etc/vmware-installer/bootstrap"
380
381
382 # Patch up the VMware kernel sources and configure DKMS.
383
384 dkms_dir="$pkgdir/usr/src/$pkgname-$_pkgver"
385
386 install -Dm 644 "$srcdir/Makefile" "$dkms_dir/Makefile"
387 install -Dm 644 "$srcdir/dkms.conf.in" "$dkms_dir/dkms.conf"
388
389 sed \
390 -e "s/@PKGNAME@/$pkgname/g" \
391 -e "s/@PKGVER@/$_pkgver/g" \
392 -i "$dkms_dir/dkms.conf"
393
394 for module in vmmon vmnet; do
395 tar -xf "vmware-vmx/lib/modules/source/$module.tar" -C "$dkms_dir"
396 msg "Patching $module module for DKMS"
397 patch -p2 --read-only=ignore --directory="$dkms_dir/$module-only" < "$srcdir/$module.patch"
398 done
399
400 rm -r "$pkgdir/usr/lib/vmware/modules/source"
401
402if [ -n "$_enable_macOS_guests" ]; then
403 msg "Patching VMware to enable macOS guest support"
404 python3 "$srcdir/unlocker.py" > /dev/null
405
406 for isoimage in ${_fusion_isoimages[@]}
407 do
408 install -Dm 644 "$srcdir/$isoimage.iso" "$pkgdir/usr/lib/vmware/isoimages/$isoimage.iso"
409 done
410
411 msg "Patching EFI firmwares to disable macOS server checking"
412 _efi_arch=("32" "64" "20-32" "20-64")
413 for arch in ${_efi_arch[@]}
414 do
415 uefipatch "$pkgdir/usr/lib/vmware/roms/EFI${arch}.ROM" "$srcdir/efi-patches.txt" -o "$pkgdir/usr/lib/vmware/roms/EFI${arch}.ROM" > /dev/null
416 done
417fi
418
419 _create_database_file
420
421 # Define some environment variables for VMware and remove the tests about kernel modules
422 install -Dm 644 "$srcdir/vmware-environment.sh" "$pkgdir/etc/conf.d/vmware"
423 for program in vmware vmplayer vmware-tray; do
424 sed -e '/export PRODUCT_NAME/asource /etc/conf.d/vmware' \
425 -e 's/if "$BINDIR"\/vmware-modconfig --appname=.*/if true ||/' \
426 -i "$pkgdir/usr/bin/$program"
427 done
428
429 # Add StartupWMClass attribute to desktop files
430 sed -i '/^StartupNotify=.*/a StartupWMClass=vmware' "$pkgdir/usr/share/applications/vmware-workstation.desktop"
431 sed -i '/^StartupNotify=.*/a StartupWMClass=vmplayer' "$pkgdir/usr/share/applications/vmware-player.desktop"
432 sed -i '/^StartupNotify=.*/a StartupWMClass=vmware-netcfg' "$pkgdir/usr/share/applications/vmware-netcfg.desktop"
433}
434

Scan history

Scanned at (UTC)SeverityRules
2026-08-03 00:08:14 MEDIUM 3
2026-08-02 00:16:08 MEDIUM 3
2026-08-01 00:11:18 MEDIUM 3
2026-07-31 00:14:10 MEDIUM 3
2026-07-30 00:17:23 MEDIUM 3
2026-07-29 00:25:53 MEDIUM 3
2026-07-28 00:07:28 MEDIUM 3
2026-07-27 00:24:32 MEDIUM 3
2026-07-26 00:07:32 MEDIUM 3
2026-07-25 00:13:44 MEDIUM 3
2026-07-24 00:02:28 MEDIUM 3
2026-07-23 00:14:47 MEDIUM 3
2026-07-22 00:29:32 MEDIUM 3
2026-07-21 00:24:15 MEDIUM 3
2026-07-20 00:19:49 MEDIUM 3
2026-07-19 00:17:08 MEDIUM 3
2026-07-18 00:14:48 MEDIUM 3
2026-07-17 00:06:16 MEDIUM 3
2026-07-16 00:05:41 MEDIUM 3
2026-07-15 00:09:25 MEDIUM 3

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion