linux/security/apparmor/include
Eric Paris 3b3b0e4fc1 LSM: shrink sizeof LSM specific portion of common_audit_data
Linus found that the gigantic size of the common audit data caused a big
perf hit on something as simple as running stat() in a loop.  This patch
requires LSMs to declare the LSM specific portion separately rather than
doing it in a union.  Thus each LSM can be responsible for shrinking their
portion and don't have to pay a penalty just because other LSMs have a
bigger space requirement.

Signed-off-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-04-03 09:48:40 -07:00
..
apparmor.h AppArmor: Add ability to load extended policy 2012-03-14 19:09:03 -07:00
apparmorfs.h
audit.h LSM: shrink sizeof LSM specific portion of common_audit_data 2012-04-03 09:48:40 -07:00
capability.h
context.h
domain.h
file.h
ipc.h
match.h
path.h
policy.h AppArmor: add const qualifiers to string arrays 2012-03-14 19:09:13 -07:00
policy_unpack.h
procattr.h
resource.h
sid.h