Hello,
the LibreOffice profile uncovered that handling of @{var} += is broken:
File ".../utils/apparmor/aa.py", line 3272, in store_list_var
var[list_var] = set(var[list_var] + vlist)
TypeError: unsupported operand type(s) for +: 'set' and 'list'
This patch fixes it:
- change separate_vars
Bug: https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1010909
When evince opens a dvi file, it updates the user fonts using
texlive commands in /usr/share/texlive/texmf-dist/web2c/ (or possibly
/usr/share/texlive/texmf/web2c/ in older releases). This patch adjusts
the sanitized_helper profi
Hello,
Am Montag, 6. April 2015 schrieb Bryan Quigley:
> > These are looking impressive;
>
> Thanks!
I can only agree ;-)
I just copied the profiles to /etc/apparmor.d/, switched them to
complain mode - well, I tried to, but the excessive variable definition
in the soffice.bin profile uncover