]> git.baikalelectronics.ru Git - kernel.git/commit
sysfs: Allow mounting without CONFIG_NET
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 23 Sep 2013 21:41:17 +0000 (14:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Sep 2013 16:18:39 +0000 (09:18 -0700)
commitd7c5c79fa7e5726df4fc5627b5c6509f0cc6d1c9
tree0a8ae816ed49effe01e8464a66df9d59df0434c0
parent2cd450a097382dd83dfb084535d7859f0c605ece
sysfs: Allow mounting without CONFIG_NET

In kobj_ns_current_may_mount the default should be to allow the mount.
The test is only for a single kobj_ns_type at a time, and unless there
is a reason to prevent it the mounting sysfs should be allowed.
Subsystems that are not registered can't have are not involved so can't
have a reason to prevent mounting sysfs.

This is a bug-fix to commit f5106370cff6 ("sysfs: Restrict mounting
sysfs") that came in via the userns tree during the 3.12 merge window.

Reported-and-tested-by: James Hogan <james.hogan@imgtec.com>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/kobject.c