]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/commit
UBUNTU: SAUCE: LSM: Limit calls to certain module hooks
authorCasey Schaufler <casey@schaufler-ca.com>
Wed, 12 Dec 2018 01:10:15 +0000 (17:10 -0800)
committerSeth Forshee <seth.forshee@canonical.com>
Tue, 26 Mar 2019 14:54:20 +0000 (09:54 -0500)
commit527031cf0789d2ecc03e6eb33f1b5209d14f116b
tree43ff755786e13b1a3beb3bcbdf509baa8d2a3214
parentb48b1befe5ac9b8db620b7d3a540f506454df2d6
UBUNTU: SAUCE: LSM: Limit calls to certain module hooks

LSM hooks dealing with security context strings should
only be called for one security module. Add call macros
that invoke a single module hook and us in for those cases.

Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
Signed-off-by: John Johansen <john.johansen@canonical.com>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
security/security.c