AppArmor: Fix security_task_setrlimit logic for 2.6.36 changes
authorJohn Johansen <john.johansen@canonical.com>
Mon, 6 Sep 2010 17:10:20 +0000 (10:10 -0700)
committerJames Morris <jmorris@namei.org>
Tue, 7 Sep 2010 23:19:29 +0000 (09:19 +1000)
2.6.36 introduced the abilitiy to specify the task that is having its
rlimits set.  Update mediation to ensure that confined tasks can only
set their own group_leader as expected by current policy.

Add TODO note about extending policy to support setting other tasks
rlimits.

Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: James Morris <jmorris@namei.org>

No differences found