]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
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>
Tue, 10 Apr 2018 18:06:17 +0000 (13:06 -0500)
commitf9047a0c4eb04680856fb1c8a2bf08296a7b9507
tree6624e76335cdba4992ccea310a8c5a70af47b058
parentad5a3a03f34a014a875dd9c94b2f73113beed9b7
UBUNTU: SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params

BugLink: http://bugs.launchpad.net/bugs/1763062
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