summaryrefslogtreecommitdiffstats
path: root/security/apparmor
AgeCommit message (Expand)AuthorLines
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro-27/+38
2011-09-09apparmor: sparse fix: include procattr.h in procattr.cJames Morris-0/+1
2011-09-09apparmor: sparse fix: rename shadowed variables in policy_unpack.cJames Morris-6/+6
2011-09-09apparmor: sparse fix: add apparmor.h to lib.cJames Morris-0/+1
2011-09-09apparmor: sparse fix: include ipc.hJames Morris-0/+1
2011-09-09apparmor: sparse fix: make aa_create_aafs staticJames Morris-1/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-2/+2
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds-1/+1
2011-06-29AppArmor: Fix masking of capabilities in complain modeJohn Johansen-1/+1
2011-06-29AppArmor: Fix reference to rcu protected pointer outside of rcu_read_lockJohn Johansen-1/+1
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo-1/+1
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan-0/+1
2011-06-09AppArmor: Fix sleep in invalid context from task_setrlimitJohn Johansen-1/+1
2011-06-01AppArmor: fix oops in apparmor_setprocattrKees Cook-1/+2
2011-05-19Create Documentation/security/,Randy Dunlap-3/+3
2011-03-31Fix common misspellingsLucas De Marchi-2/+2
2011-03-23userns: security: make capabilities relative to the user namespaceSerge E. Hallyn-2/+3
2011-03-09Merge branch 'security-next' of git://git.kernel.org/pub/scm/linux/kernel/git...James Morris-7/+33
2011-03-08AppArmor: kill unused macros in lsm.cShan Wei-2/+0
2011-03-08AppArmor: cleanup generated files correctlyMichal Hocko-1/+1
2011-03-05AppArmor: Cleanup make file to remove cruft and make it easier to readJohn Johansen-5/+33
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds-1/+1
2011-01-10headers: kobject.h reduxAlexey Dobriyan-0/+1
2011-01-10headers: path.h reduxAlexey Dobriyan-2/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina-3/+5
2010-11-11APPARMOR: Fix memory leak of apparmor_init()wzt.wzt@gmail.com-2/+4
2010-11-11APPARMOR: Fix memory leak of alloc_namespace()wzt.wzt@gmail.com-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König-1/+1
2010-10-25fs: take dcache_lock inside __d_pathChristoph Hellwig-2/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds-3/+6
2010-10-21AppArmor: Ensure the size of the copy is < the buffer allocated to hold itJohn Johansen-1/+3
2010-10-21.gitignore: ignore apparmor/rlim_names.hYong Zhang-0/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann-3/+6
2010-09-08AppArmor: Fix locking from removal of profile namespaceJohn Johansen-2/+4
2010-09-08AppArmor: Fix splitting an fqname into separate namespace and profile namesJohn Johansen-1/+1
2010-09-08AppArmor: Fix security_task_setrlimit logic for 2.6.36 changesJohn Johansen-11/+15
2010-09-08AppArmor: Drop hack to remove appended " (deleted)" stringJohn Johansen-27/+11
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-7/+2
2010-08-18apparmor: use task path helpersNick Piggin-7/+2
2010-08-17AppArmor: fix task_setrlimit prototypeJiri Slaby-2/+2
2010-08-11AppArmor: update for module_param_named API changeStephen Rothwell-12/+24
2010-08-05apparmor: depends on NETRandy Dunlap-1/+1
2010-08-02AppArmor: fix build warnings for non-const use of get_task_credJames Morris-2/+2
2010-08-02AppArmor: Enable configuring and building of the AppArmor security moduleJohn Johansen-0/+60
2010-08-02AppArmor: update path_truncate method to latest versionJames Morris-2/+1
2010-08-02AppArmor: core policy routinesJohn Johansen-0/+1568
2010-08-02AppArmor: policy routines for loading and unpacking policyJohn Johansen-0/+723
2010-08-02AppArmor: mediation of non file objectsJohn Johansen-0/+508
2010-08-02AppArmor: LSM interface, and security module initializationJohn Johansen-0/+939
2010-08-02AppArmor: functions for domain transitionsJohn Johansen-0/+859