]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - security/security.c
UBUNTU: SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
authorJohn Johansen <john.johansen@canonical.com>
Tue, 26 Sep 2017 15:06:30 +0000 (11:06 -0400)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 28 Sep 2017 20:54:25 +0000 (16:54 -0400)
commit2106feaf6832dd5adeecf4533ef1cf5f943fdec3
treec03e4c9943b2b894cd50833018d1fa86fa0d7a33
parentbc7e09e5349758759c19d1eaba4f5b6c3418b14f
UBUNTU: SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params

The base stacking code does not provide a way for users to specify the
desired stack using the kernel boot parameters. Enable specifying an
LSM stack on the command line by providing a comma separated list

ie.
  security=apparmor,selinux

Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
include/linux/lsm_hooks.h
security/security.c