Tagswebex
Webex does not work on Ubuntu 24.04/Noble systems.
Thanks to Michael Heilmann, the error is related to a missing apparmor profile.
I did fix this bug by adding a apparmor profile for Webex into a new file here “/etc/apparmor.d/Webex”:
abi <abi/4.0>,
include <tunables/global>
profile Webex /opt/Webex/bin/CiscoCollabHost flags=(unconfined) {
userns,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/Webex>
}
Afterwards you need to reload the profiles with
$ sudo systemctl reload
Continue Reading Fix for using Webex on Linux