aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2013-04-07 13:25:39 -0400
committerTejun Heo <tj@kernel.org>2013-04-08 11:31:59 -0400
commit8adf12b0ffd0a10340bab355e586f8533a69630d (patch)
treeed13bbcf24ac2e87a82f0cdeb32b5461ac9433c9 /security
parent2219449a65ace0290cd9c2260ff337e326b8be8a (diff)
devcg: remove broken_hierarchy tag
bd2953ebbb ("devcg: propagate local changes down the hierarchy") implemented proper hierarchy support. Remove the broken tag. Signed-off-by: Tejun Heo <tj@kernel.org> Acked-by: Aristeu Rozanski <aris@redhat.com>
Diffstat (limited to 'security')
-rw-r--r--security/device_cgroup.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/security/device_cgroup.c b/security/device_cgroup.c
index 221967d4690c..994aeccea518 100644
--- a/security/device_cgroup.c
+++ b/security/device_cgroup.c
@@ -739,15 +739,6 @@ struct cgroup_subsys devices_subsys = {
739 .css_offline = devcgroup_offline, 739 .css_offline = devcgroup_offline,
740 .subsys_id = devices_subsys_id, 740 .subsys_id = devices_subsys_id,
741 .base_cftypes = dev_cgroup_files, 741 .base_cftypes = dev_cgroup_files,
742
743 /*
744 * While devices cgroup has the rudimentary hierarchy support which
745 * checks the parent's restriction, it doesn't properly propagates
746 * config changes in ancestors to their descendents. A child
747 * should only be allowed to add more restrictions to the parent's
748 * configuration. Fix it and remove the following.
749 */
750 .broken_hierarchy = true,
751}; 742};
752 743
753/** 744/**