summaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)AuthorFilesLines
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+2
2010-08-18apparmor: use task path helpersNick Piggin1-7/+2
2010-08-17AppArmor: fix task_setrlimit prototypeJiri Slaby1-2/+2
2010-08-11AppArmor: update for module_param_named API changeStephen Rothwell1-12/+24
2010-08-05apparmor: depends on NETRandy Dunlap1-1/+1
2010-08-02AppArmor: fix build warnings for non-const use of get_task_credJames Morris2-2/+2
2010-08-02AppArmor: Enable configuring and building of the AppArmor security moduleJohn Johansen3-0/+60
2010-08-02AppArmor: update path_truncate method to latest versionJames Morris1-2/+1
2010-08-02AppArmor: core policy routinesJohn Johansen4-0/+1568
2010-08-02AppArmor: policy routines for loading and unpacking policyJohn Johansen2-0/+723
2010-08-02AppArmor: mediation of non file objectsJohn Johansen6-0/+508
2010-08-02AppArmor: LSM interface, and security module initializationJohn Johansen1-0/+939
2010-08-02AppArmor: functions for domain transitionsJohn Johansen2-0/+859
2010-08-02AppArmor: file enforcement routinesJohn Johansen2-0/+674
2010-08-02AppArmor: userspace interfacesJohn Johansen4-0/+455
2010-08-02AppArmor: dfa match engineJohn Johansen2-0/+485
2010-08-02AppArmor: contexts used in attaching policy to system objectsJohn Johansen2-0/+370
2010-08-02AppArmor: basic auditing infrastructure.John Johansen2-0/+338
2010-08-02AppArmor: misc. base functions and definesJohn Johansen4-0/+491