aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-09apparmor: move task from common_audit_data to apparmor_audit_dataEric Paris1-0/+1
2012-04-03LSM: shrink sizeof LSM specific portion of common_audit_dataEric Paris1-1/+27
2012-03-14AppArmor: add const qualifiers to string arraysJan Engelhardt2-3/+3
2012-03-14AppArmor: Add ability to load extended policyJohn Johansen2-0/+26
2012-03-14AppArmor: Move path failure information into aa_get_name and renameJohn Johansen1-1/+2
2012-03-14AppArmor: Update dfa matching routines.John Johansen2-1/+4
2012-02-27AppArmor: Fix underflow in xindex calculationJohn Johansen1-1/+1
2012-02-27AppArmor: Fix dropping of allowed operations that are force auditedJohn Johansen1-3/+2
2012-02-27AppArmor: export known rlimit names/value mappings in securityfsKees Cook1-0/+4
2012-02-27AppArmor: add "file" details to securityfsKees Cook1-0/+6
2012-02-27AppArmor: add initial "features" directory to securityfsKees Cook1-0/+14
2012-02-27AppArmor: refactor securityfs to use structuresKees Cook1-0/+24
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-5/+5
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-0/+1
2011-01-10headers: path.h reduxAlexey Dobriyan1-2/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-09-08AppArmor: Fix security_task_setrlimit logic for 2.6.36 changesJohn Johansen1-2/+2
2010-08-02AppArmor: core policy routinesJohn Johansen2-0/+329
2010-08-02AppArmor: policy routines for loading and unpacking policyJohn Johansen1-0/+20
2010-08-02AppArmor: mediation of non file objectsJohn Johansen3-0/+119
2010-08-02AppArmor: functions for domain transitionsJohn Johansen1-0/+36
2010-08-02AppArmor: file enforcement routinesJohn Johansen1-0/+217
2010-08-02AppArmor: userspace interfacesJohn Johansen2-0/+46
2010-08-02AppArmor: dfa match engineJohn Johansen1-0/+132
2010-08-02AppArmor: contexts used in attaching policy to system objectsJohn Johansen1-0/+154
2010-08-02AppArmor: basic auditing infrastructure.John Johansen1-0/+123
2010-08-02AppArmor: misc. base functions and definesJohn Johansen2-0/+123