CHROMIUM: kernel: Initial chromiumos security module.
authorStephan Uphoff <ups@chromium.org>
Mon, 24 Oct 2011 19:12:48 +0000 (19:12 +0000)
committerGrant Grundler <grundler@google.com>
Thu, 24 May 2012 22:16:43 +0000 (15:16 -0700)
commitff73391651a11907a0039f6afb811a5fa47d4247
treeaa4a52f93e9a0128c485f6cf229de92954be0a0a
parent481001930d4a7b7da69f8bb3cafa94a51ed413d1
CHROMIUM: kernel: Initial chromiumos security module.

Initially the chromiumos security module only prevents symlinks
in mount paths. Future versions will be more restrictive and
will be configurable using a driver interface.

BUG=chromium-os:21954
TEST=Use a mount path with a symlink and observe mount failure.

Change-Id: I47ade3b7be684ab9e0533ce5ffd1e81009eaebfe
Signed-off-by: Stephan Uphoff <ups@chromium.org>
Reviewed-on: https://gerrit.chromium.org/gerrit/10581
Reviewed-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Mandeep Singh Baines <msb@chromium.org>
[3.4 kernel: added include linux/sched.h --grundler]
security/Kconfig
security/Makefile
security/chromiumos/Kconfig [new file with mode: 0644]
security/chromiumos/Makefile [new file with mode: 0644]
security/chromiumos/lsm.c [new file with mode: 0644]