You might want to give alot of thought to this before you implement
a security access-check method inconsistent with current behavior.
Ideally, if user's wanted such functionality, it would be decided
on a 'per-system' basis, not a 'per-filesystem' basis. So say, either at
kernel-build time, the user could choose to use 'resolve only from root'
or 'allow relative pathname resolution' for access checking.
What would you see the behavior being if process 'x' is chroot'ed
to directory 'y' and you blocked access to a directory above it's root?
Would the access checks still be done to the root of the filesystem or
just the 'root' of the process?
-linda
-- Linda A Walsh | Trust Technology, Core Linux, SGI law@sgi.com | Voice: (650) 933-5338- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/