Public bug reported:

AppArmor fails to drop the cred reference in 
domain.c:aa_may_change_ptraced_domain
        if (tracer)
                cred = aa_get_task_policy(tracer, &tracerp);
        rcu_read_unlock();

        if (!tracerp)
               return error;     <--------- cred reference needs to be dropped 
here

** Affects: linux (Ubuntu)
     Importance: Undecided
     Assignee: John Johansen (jjohansen)
         Status: In Progress

** Changed in: linux (Ubuntu)
     Assignee: (unassigned) => John Johansen (jjohansen)

** Changed in: linux (Ubuntu)
       Status: New => In Progress

-- 
AppArmor does not put cred reference causing a leak
https://bugs.launchpad.net/bugs/479115
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to