Comment 11 for bug 1010909

Revision history for this message
Sam Yates (sam-quux) wrote :

Just got bitten by this!

My workaround/possible fix: applied the following diff to /etc/apparmor.d/abstractions/ubuntu-helpers

===================================================================
RCS file: ubuntu-helpers,v
retrieving revision 1.1
diff -u -r1.1 ubuntu-helpers
--- ubuntu-helpers 2013/06/17 09:16:44 1.1
+++ ubuntu-helpers 2013/06/17 09:17:53
@@ -49,6 +49,9 @@
   # Allow exec of libexec applications in /usr/lib* and /usr/local/lib*
   /usr/{,local/}lib*/{,**/}* Pixr,

+ # Allow texlive font build scripts etc.
+ /usr/share/texlive/texmf/web2c/{,**}/* Pixr,
+
   # Allow exec of software-center scripts. We may need to allow wider
   # permissions for /usr/share, but for now just do this. (LP: #972367)
   /usr/share/software-center/* Pixr,