aboutsummaryrefslogtreecommitdiff
path: root/security/apparmor
AgeCommit message (Expand)AuthorFilesLines
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityGravatar Linus Torvalds 1-4/+4
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 2-11/+11
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityGravatar Linus Torvalds 2-4/+4
2012-01-09Merge branch 'next' into for-linusGravatar James Morris 2-4/+4
2012-01-06switch security_path_chmod() to struct path *Gravatar Al Viro 1-4/+3
2012-01-05capabilities: remove the task from capable LSM hook entirelyGravatar Eric Paris 1-4/+4
2012-01-03switch ->path_mknod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch ->path_mkdir() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch securityfs_create_file() to umode_tGravatar Al Viro 1-1/+1
2012-01-03switch security_path_chmod() to umode_tGravatar Al Viro 1-1/+1
2012-01-03btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Gravatar Al Viro 1-1/+0
2011-12-16apparmor: fix module parameter handlingGravatar Rusty Russell 1-3/+3
2011-12-09apparmor: add missing rcu_dereference()Gravatar Kees Cook 1-1/+1
2011-12-06fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIGravatar Al Viro 1-27/+38
2011-09-09apparmor: sparse fix: include procattr.h in procattr.cGravatar James Morris 1-0/+1
2011-09-09apparmor: sparse fix: rename shadowed variables in policy_unpack.cGravatar James Morris 1-6/+6
2011-09-09apparmor: sparse fix: add apparmor.h to lib.cGravatar James Morris 1-0/+1
2011-09-09apparmor: sparse fix: include ipc.hGravatar James Morris 1-0/+1
2011-09-09apparmor: sparse fix: make aa_create_aafs staticGravatar James Morris 1-1/+1
2011-07-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 2-2/+2
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscGravatar Linus Torvalds 1-1/+1
2011-06-29AppArmor: Fix masking of capabilities in complain modeGravatar John Johansen 1-1/+1
2011-06-29AppArmor: Fix reference to rcu protected pointer outside of rcu_read_lockGravatar John Johansen 1-1/+1
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Gravatar Tejun Heo 1-1/+1
2011-06-21net: remove mm.h inclusion from netdevice.hGravatar Alexey Dobriyan 1-0/+1
2011-06-09AppArmor: Fix sleep in invalid context from task_setrlimitGravatar John Johansen 1-1/+1
2011-06-01AppArmor: fix oops in apparmor_setprocattrGravatar Kees Cook 1-1/+2
2011-05-19Create Documentation/security/,Gravatar Randy Dunlap 2-3/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 2-2/+2
2011-03-23userns: security: make capabilities relative to the user namespaceGravatar Serge E. Hallyn 1-2/+3
2011-03-09Merge branch 'security-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar James Morris 2-7/+33
2011-03-08AppArmor: kill unused macros in lsm.cGravatar Shan Wei 1-2/+0
2011-03-08AppArmor: cleanup generated files correctlyGravatar Michal Hocko 1-1/+1
2011-03-05AppArmor: Cleanup make file to remove cruft and make it easier to readGravatar John Johansen 1-5/+33
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Gravatar Linus Torvalds 1-1/+1
2011-01-10headers: kobject.h reduxGravatar Alexey Dobriyan 1-0/+1
2011-01-10headers: path.h reduxGravatar Alexey Dobriyan 1-2/+1
2010-12-22Merge branch 'master' into for-nextGravatar Jiri Kosina 2-3/+5
2010-11-11APPARMOR: Fix memory leak of apparmor_init()Gravatar wzt.wzt@gmail.com 1-2/+4
2010-11-11APPARMOR: Fix memory leak of alloc_namespace()Gravatar wzt.wzt@gmail.com 1-1/+1
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-1/+1
2010-10-25fs: take dcache_lock inside __d_pathGravatar Christoph Hellwig 1-2/+0
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklGravatar Linus Torvalds 1-3/+6
2010-10-21AppArmor: Ensure the size of the copy is < the buffer allocated to hold itGravatar John Johansen 1-1/+3
2010-10-21.gitignore: ignore apparmor/rlim_names.hGravatar Yong Zhang 1-0/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-3/+6
2010-09-08AppArmor: Fix locking from removal of profile namespaceGravatar John Johansen 1-2/+4
2010-09-08AppArmor: Fix splitting an fqname into separate namespace and profile namesGravatar John Johansen 1-1/+1
2010-09-08AppArmor: Fix security_task_setrlimit logic for 2.6.36 changesGravatar John Johansen 3-11/+15
2010-09-08AppArmor: Drop hack to remove appended " (deleted)" stringGravatar John Johansen 1-27/+11