Re: [apparmor] New LibreOffice Profile

2015-04-07 Thread Christian Boltz
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

[apparmor] [patch] allow ubuntu-helpers to generate texlive fonts (LP: #1010909)

2015-04-07 Thread Steve Beattie
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

[apparmor] [patch] fix handling of adding to variables

2015-04-07 Thread Christian Boltz
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