commit | 73ba353471e0b692f398f3d63018b7f46ccf1d3e | [log] [tgz] |
---|---|---|
author | Serge Hallyn <serge.hallyn@ubuntu.com> | Wed Oct 23 01:34:00 2013 +0200 |
committer | Tejun Heo <tj@kernel.org> | Thu Oct 24 06:56:56 2013 -0400 |
tree | 132a9cc3ca7d329adb0b3f54d9b7f086db388f7f | |
parent | 2ff2a7d03bbe472ed44a8380dbdbea490d81c59d [diff] |
device_cgroup: remove can_attach It is really only wanting to duplicate a check which is already done by the cgroup subsystem. With this patch, user jdoe still cannot move pid 1 into a devices cgroup he owns, but now he can move his own other tasks into devices cgroups. Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Aristeu Rozanski <aris@redhat.com>