<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Webex needs apparmor profile for ubuntu 24.04 in Webex Meetings and Webex App</title>
    <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5172260#M11562</link>
    <description>&lt;P&gt;This helped resolve my issues starting Webex after the upgrade from 22.04 to 24.04. The cli didn't return anything that could help debugging so this was a shot into the blue - and it obviously was the cause of the trouble.&lt;BR /&gt;&lt;BR /&gt;Thank you for sharing!&lt;/P&gt;</description>
    <pubDate>Fri, 06 Sep 2024 07:58:04 GMT</pubDate>
    <dc:creator>lmoeller</dc:creator>
    <dc:date>2024-09-06T07:58:04Z</dc:date>
    <item>
      <title>Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5077364#M11311</link>
      <description>&lt;P&gt;If webex is used in ubuntu 24.04 there's an apparmor error logged like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;audit: type=1400 audit(1713968367.781:343): apparmor="DENIED" operation="capable" class="cap" profile="unprivileged_userns" pid=10844 comm="CiscoCollabHost" capability=21  capname="sys_admin"&lt;/LI-CODE&gt;
&lt;P&gt;This leads to an error in libcef.so and so Webex cannot start.&lt;BR /&gt;Since Cisco didn't properly include a repository for Webex, the update relies on the app running. So, this breaks updates and Webex cannot get an update that will probably fix this in the future.&lt;BR /&gt;&lt;BR /&gt;I did fix this bug by adding a apparmor profile for Webex into a new file here "/etc/apparmor.d/Webex":&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;abi &amp;lt;abi/4.0&amp;gt;,
include &amp;lt;tunables/global&amp;gt;

profile Webex /opt/Webex/bin/CiscoCollabHost flags=(unconfined) {
  userns,

  # Site-specific additions and overrides. See local/README for details.
  include if exists &amp;lt;local/Webex&amp;gt;
}

&lt;/LI-CODE&gt;
&lt;P&gt;Afterwards you need to reload the profiles with&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sudo systemctl reload apparmor
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Have fun!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Apr 2024 14:33:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5077364#M11311</guid>
      <dc:creator>Michael.Heimann</dc:creator>
      <dc:date>2024-04-24T14:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5127290#M11387</link>
      <description>&lt;P&gt;I just upgraded to Ubuntu 24.04, and I can't get Webex to run at all.&lt;BR /&gt;I couldn't get it to install, I was getting&amp;nbsp;libegl1-mesa_23 dependency issues due to there not being those packages for 24.04, and someone recommended using the one from 22.04 which I did, and it installed, but it still doesn't start.&lt;BR /&gt;&lt;BR /&gt;When I run&amp;nbsp;&amp;nbsp;/opt/Webex/bin/CiscoCollabHost %U from the command line, all I get is this message then it returns me to the command prompt:&lt;BR /&gt;Wx: X error received: type 0, serial 9, error_code 3, request_code 12, minor_code 0&lt;BR /&gt;Wx: X error received: type 0, serial 10, error_code 3, request_code 8, minor_code 0&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Paul&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 20:40:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5127290#M11387</guid>
      <dc:creator>Paul Stafford</dc:creator>
      <dc:date>2024-06-07T20:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5127294#M11388</link>
      <description>&lt;P&gt;I install the libegl dev tools and rebooted and now it is working.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Paul&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 20:50:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5127294#M11388</guid>
      <dc:creator>Paul Stafford</dc:creator>
      <dc:date>2024-06-07T20:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5139027#M11430</link>
      <description>&lt;P&gt;Aloha,&amp;nbsp;&lt;BR /&gt;I migrated this weekend from Macos to ubuntu 24.4&amp;nbsp;&lt;BR /&gt;Rellay glad that I did this. works much better than mac.&lt;BR /&gt;But hey Cisco, can you not provide updated SW also for Linux?&lt;BR /&gt;Im kind of Linux newbie and dont know, what will be the implications, if I install now the old "libegl1-mesa_23" package. Could it break anything?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2024 16:05:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5139027#M11430</guid>
      <dc:creator>m-reuter</dc:creator>
      <dc:date>2024-07-02T16:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5161062#M11517</link>
      <description>&lt;P&gt;Thanks for sharing!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 18:07:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5161062#M11517</guid>
      <dc:creator>Martin Sloan</dc:creator>
      <dc:date>2024-08-14T18:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5164848#M11535</link>
      <description>&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;do you mean this package:&lt;/P&gt;&lt;P&gt;libegl-dev/noble,now 1.7.0-1build1 amd64 [installed]&lt;BR /&gt;Vendor neutral GL dispatch library -- EGL development files&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I installed that too, but still receive this error, when I try to install Webex.deb:&lt;/P&gt;&lt;P&gt;apt-get install ./Webex.deb&lt;BR /&gt;Reading package lists... Done&lt;BR /&gt;Building dependency tree... Done&lt;BR /&gt;Reading state information... Done&lt;BR /&gt;Note, selecting 'webex' instead of './Webex.deb'&lt;BR /&gt;Some packages could not be installed. This may mean that you have&lt;BR /&gt;requested an impossible situation or if you are using the unstable&lt;BR /&gt;distribution that some required packages have not yet been created&lt;BR /&gt;or been moved out of Incoming.&lt;BR /&gt;The following information may help to resolve the situation:&lt;/P&gt;&lt;P&gt;The following packages have unmet dependencies:&lt;BR /&gt;webex : Depends: libgl1-mesa-glx but it is not installable&lt;BR /&gt;E: Unable to correct problems, you have held broken packages.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 06:59:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5164848#M11535</guid>
      <dc:creator>m-reuter</dc:creator>
      <dc:date>2024-08-23T06:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5164865#M11536</link>
      <description>&lt;P&gt;I found a old package under this link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://askubuntu.com/questions/1489226/ubuntu-23-10-missing-packages-libgl1-mesa-and-libgl1-mesa-glx-when-installing-zo" target="_blank"&gt;https://askubuntu.com/questions/1489226/ubuntu-23-10-missing-packages-libgl1-mesa-and-libgl1-mesa-glx-when-installing-zo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Downloaded this package:&lt;/P&gt;&lt;P&gt;&lt;A href="https://launchpad.net/ubuntu/+archive/primary/+files/libgl1-mesa-glx_23.0.4-0ubuntu1%7E22.04.1_amd64.deb" target="_blank"&gt;https://launchpad.net/ubuntu/+archive/primary/+files/libgl1-mesa-glx_23.0.4-0ubuntu1%7E22.04.1_amd64.deb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I could install Webex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To Cisco: Seriouly?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 07:44:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5164865#M11536</guid>
      <dc:creator>m-reuter</dc:creator>
      <dc:date>2024-08-23T07:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5164872#M11537</link>
      <description>&lt;P&gt;Webex is installed, but it doesnt start.&amp;nbsp; GUI nothing happed.&lt;/P&gt;&lt;P&gt;from CLI:&lt;/P&gt;&lt;P&gt;~ /opt/Webex/bin/CiscoCollabHost -%U&lt;BR /&gt;/opt/Webex/bin/CiscoCollabHost -%U&lt;BR /&gt;➜ ~ Wx: X error received: type 0, serial 9, error_code 3, request_code 12, minor_code 0&lt;BR /&gt;Wx: X error received: type 0, serial 10, error_code 3, request_code 8, minor_code 0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;But the libegl-dev tools are installed:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;apt search Libegl-dev&lt;BR /&gt;Sorting... Done&lt;BR /&gt;Full Text Search... Done&lt;BR /&gt;libegl-dev/noble,now 1.7.0-1build1 amd64 [installed]&lt;BR /&gt;Vendor neutral GL dispatch library -- EGL development files&lt;BR /&gt;&lt;BR /&gt;do I miss anything else?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2024 08:01:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5164872#M11537</guid>
      <dc:creator>m-reuter</dc:creator>
      <dc:date>2024-08-23T08:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5171555#M11558</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;SPAN class=""&gt;I solved this problem with the solution proposed on this topic :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;A href="https://community.cisco.com/t5/webex-meetings-and-webex-app/installing-webex-app-on-ubuntu-24-04/td-p/5163446" target="_blank"&gt;https://community.cisco.com/t5/webex-meetings-and-webex-app/installing-webex-app-on-ubuntu-24-04/td-p/5163446&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 08:57:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5171555#M11558</guid>
      <dc:creator>ntzv</dc:creator>
      <dc:date>2024-09-05T08:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5172260#M11562</link>
      <description>&lt;P&gt;This helped resolve my issues starting Webex after the upgrade from 22.04 to 24.04. The cli didn't return anything that could help debugging so this was a shot into the blue - and it obviously was the cause of the trouble.&lt;BR /&gt;&lt;BR /&gt;Thank you for sharing!&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 07:58:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5172260#M11562</guid>
      <dc:creator>lmoeller</dc:creator>
      <dc:date>2024-09-06T07:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5192528#M11570</link>
      <description>&lt;P&gt;Just created an account to upvote your post and to thank you!&lt;/P&gt;&lt;P&gt;That was a super simple solution without any need to install any extra packages. Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 10:00:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5192528#M11570</guid>
      <dc:creator>Parsa-K</dc:creator>
      <dc:date>2024-09-10T10:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5199833#M11617</link>
      <description>&lt;P&gt;Thank you for sharing this - it really helped!&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 09:41:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5199833#M11617</guid>
      <dc:creator>ohumbel</dc:creator>
      <dc:date>2024-09-27T09:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5277059#M11950</link>
      <description>&lt;P&gt;This works for 22.04/24.04, but what would be the correct profile to work with Debian 12?&amp;nbsp; Debian 12 only supports apparmor 3.0&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 03:42:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5277059#M11950</guid>
      <dc:creator>ceppenge</dc:creator>
      <dc:date>2025-04-01T03:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Webex needs apparmor profile for ubuntu 24.04</title>
      <link>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5337111#M12239</link>
      <description>&lt;P&gt;Note that profiles with different naming and directing to the same executables will result in conflict and neither will take effect.&lt;/P&gt;
&lt;P&gt;So if you have both&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;profile Webex /opt/Webex/bin/CiscoCollabHost flags=(unconfined)&lt;/LI-CODE&gt;
&lt;P&gt;And&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;profile webex /opt/Webex/bin/CiscoCollabHost flags=(unconfined)&lt;/LI-CODE&gt;
&lt;P&gt;Remove the one with capitalized 'Webex', for Webex is now adding its own profile with lower-cased style. You may also need to reboot for the removal to actuall take effect.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 05:29:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-meetings-and-webex-app/webex-needs-apparmor-profile-for-ubuntu-24-04/m-p/5337111#M12239</guid>
      <dc:creator>cmin</dc:creator>
      <dc:date>2025-10-09T05:29:45Z</dc:date>
    </item>
  </channel>
</rss>

