From 75e3e656aec01306841fe64b4e42fb4bfa57f08c Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 20 Jun 2023 11:48:03 -0300 Subject: profiles: add vmplayer.profile As a redirect to vmware.profile. This is apparently the filename for the "VMWare Workstation Player" on Linux Mint 20.3 (based on Ubuntu 20.04)[1]. Relates to #3526. [1] https://github.com/netblue30/firejail/issues/5861#issuecomment-1598132860 Reported-by: @MikeNavy --- etc/profile-m-z/vmplayer.profile | 8 ++++++++ src/firecfg/firecfg.config | 1 + 2 files changed, 9 insertions(+) create mode 100644 etc/profile-m-z/vmplayer.profile diff --git a/etc/profile-m-z/vmplayer.profile b/etc/profile-m-z/vmplayer.profile new file mode 100644 index 000000000..4b386fed7 --- /dev/null +++ b/etc/profile-m-z/vmplayer.profile @@ -0,0 +1,8 @@ +# Firejail profile for vmware-player +# Description: VMWare Workstation Player, used for running virtual machines +# This file is overwritten after every install/update +# Persistent local customizations +include vmplayer.local + +# Redirect +include vmware.profile diff --git a/src/firecfg/firecfg.config b/src/firecfg/firecfg.config index 1e996ef72..7b9fba6ad 100644 --- a/src/firecfg/firecfg.config +++ b/src/firecfg/firecfg.config @@ -895,6 +895,7 @@ vivaldi-beta vivaldi-snapshot vivaldi-stable vlc +vmplayer vmware vmware-player vmware-workstation -- cgit v1.2.3-70-g09d2