[PATCH v12 2/9] LSM: Multiple concurrent LSMs

2013-01-07 Thread Casey Schaufler
Subject: [PATCH v12 2/9] LSM: Multiple concurrent LSMs Change the infrastructure for Linux Security Modules (LSM)s from a single vector of hook handlers to a list based method for handling multiple concurrent modules. Remove security/capability.c as there is no longer need of a "default

[PATCH v12 2/9] LSM: Multiple concurrent LSMs

2013-01-07 Thread Casey Schaufler
Subject: [PATCH v12 2/9] LSM: Multiple concurrent LSMs Change the infrastructure for Linux Security Modules (LSM)s from a single vector of hook handlers to a list based method for handling multiple concurrent modules. Remove security/capability.c as there is no longer need of a default LSM