mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-11 13:03:11 +00:00
This patch adds the handling neccessary for clients to upgrade the cap quota of their GUI session. Until now, the upgrade mechanism supported only RAM quota. The limitation became visible once a client - in the particular case the motif_decorator - attempted the cap upgrade of its GUI session. The cap quota would arrive at the wm, but the wm would keep it instead of forwarding the quota to nitpicker. This resulted in an infinite retry loop at the motif_decorator, ultimatedly depleting all its cap quota.