Comment 1 for bug 150282

Revision history for this message
Till Kamppeter (till-kamppeter) wrote :

I think it should be better fixed in /etc/apparmor.d/abstractions/base than in/etc/apparmor.d/usr.sbin.cupsd, as the former file contains

  /lib/tls/i686/cmov/ld-*.so mrix,
  /lib/tls/i686/cmov/lib*.so* mr,
  /lib/tls/i686/cmov/lib*.so* mr,

Replacing these three by

  /lib/tls/i686/*/ld-*.so mrix,
  /lib/tls/i686/*/lib*.so* mr,
  /lib/tls/i686/*/lib*.so* mr,

This will fix the problem for all programs, not only for CUPS.

Moving bug to apparmor