linux/security/tomoyo
Eric W. Biederman a4054b6b20 security/tomoyo: Add a special case to handle accesses through the internal proc mount.
With the change of sys_sysctl going through the internal proc mount we no
longer need to handle security_sysctl in tomoyo as we have valid pathnames
for all sysctl accesses.  There is one slight caveat to that in that
all of the paths from the internal mount look like
"/sys/net/ipv4/ip_local_port_range" instead of
"/proc/sys/net/ipv4/ip_local_port_range" so tomoyo needs to add the
"/proc" portion manually when resolving to full path names to get what it expects.

This change teaches tomoyo perform that modification.

Acked-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Acked-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
2009-11-20 09:23:22 -08:00
..
common.c TOMOYO: Move tomoyo_delete_domain(). 2009-06-19 11:32:37 +10:00
common.h TOMOYO: Move tomoyo_delete_domain(). 2009-06-19 11:32:37 +10:00
domain.c TOMOYO: Remove next_domain from tomoyo_find_next_domain(). 2009-06-19 18:48:18 +10:00
file.c TOMOYO: Add description of lists and structures. 2009-06-09 09:30:24 +10:00
Kconfig Kconfig and Makefile 2009-02-12 15:19:00 +11:00
Makefile Kconfig and Makefile 2009-02-12 15:19:00 +11:00
realpath.c security/tomoyo: Add a special case to handle accesses through the internal proc mount. 2009-11-20 09:23:22 -08:00
realpath.h tomoyo: version bump to 2.2.0. 2009-04-14 09:15:02 +10:00
tomoyo.c sysctl security/tomoyo: Don't look at ctl_name 2009-11-12 02:05:05 -08:00
tomoyo.h TOMOYO: Remove next_domain from tomoyo_find_next_domain(). 2009-06-19 18:48:18 +10:00