aboutsummaryrefslogtreecommitdiffstats
path: root/security/apparmor (follow)
AgeCommit message (Expand)AuthorFilesLines
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-12-22Merge branch 'master' into for-nextJiri Kosina2-3/+5
2010-11-11APPARMOR: Fix memory leak of apparmor_init()wzt.wzt@gmail.com1-2/+4
2010-11-11APPARMOR: Fix memory leak of alloc_namespace()wzt.wzt@gmail.com1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig1-2/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-3/+6
2010-10-21AppArmor: Ensure the size of the copy is < the buffer allocated to hold itJohn Johansen1-1/+3
2010-10-21.gitignore: ignore apparmor/rlim_names.hYong Zhang1-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-3/+6
2010-09-08AppArmor: Fix locking from removal of profile namespaceJohn Johansen1-2/+4
2010-09-08AppArmor: Fix splitting an fqname into separate namespace and profile namesJohn Johansen1-1/+1
2010-09-08AppArmor: Fix security_task_setrlimit logic for 2.6.36 changesJohn Johansen3-11/+15
2010-09-08AppArmor: Drop hack to remove appended " (deleted)" stringJohn Johansen1-27/+11
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus 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