Sorry my mistake again. I don't often hit the low level interface. The
echo command needs a -n, we are echoing the profile name to remove
directly into the apparmor kernel interface.

lets do this

    sudo aa-status

    ps -Z `pidof cupsd`

    sudo bash -c "echo -n /usr/sbin/cupsd 
>/sys/kernel/security/apparmor/.remove"
    sudo bash -c "echo -n /usr/lib/cups/backend/cups-pdf 
>/sys/kernel/security/apparmor/.remove"

    sudo aa-status
    ps -Z `pidof cupsd`

    sudo restart cups
    ps -Z `pidof cupsd`

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1187970

Title:
  apparmor prevents custom printer driver from executing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1187970/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to