aboutsummaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-26[patch 3/4] fat: dont call notify_changeGravatar Miklos Szeredi 1-0/+1
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyGravatar Al Viro 1-2/+2
2008-07-14security: remove register_security hookGravatar James Morris 1-29/+0
2008-07-14security: remove dummy moduleGravatar Miklos Szeredi 1-10/+5
2008-07-14security: remove unused sb_get_mnt_opts hookGravatar Miklos Szeredi 1-6/+0
2008-07-14LSM/SELinux: show LSM mount options in /proc/mountsGravatar Eric Paris 1-0/+5
2008-07-14security: fix return of void-valued expressionsGravatar James Morris 1-3/+3
2008-07-14Security: split proc ptrace checking into read vs. attachGravatar Stephen Smalley 1-2/+3
2008-04-29Security: Make secctx_to_secid() take const secdataGravatar David Howells 1-1/+1
2008-04-29keys: add keyctl function to get a security labelGravatar David Howells 1-0/+5
2008-04-29xattr: add missing consts to function argumentsGravatar David Howells 1-6/+6
2008-04-28capabilities: implement per-process securebitsGravatar Andrew G. Morgan 1-2/+2
2008-04-21[PATCH] switch a bunch of LSM hooks from nameidata to pathGravatar Al Viro 1-10/+10
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-1/+72
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Gravatar Linus Torvalds 1-10/+11
2008-04-19security: fix up documentation for security_module_enableGravatar James Morris 1-1/+1
2008-04-19Security: Introduce security= boot parameterGravatar Ahmed S. Darwish 1-1/+37
2008-04-19LSM/Audit: Introduce generic Audit LSM hooksGravatar Ahmed S. Darwish 1-0/+25
2008-04-19LSM: Introduce inode_getsecid and ipc_getsecid hooksGravatar Ahmed S. Darwish 1-0/+10
2008-04-18security: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-4/+4
2008-04-12LSM: Make the Labeled IPsec hooks more stack friendlyGravatar Paul Moore 1-10/+11
2008-03-06LSM/SELinux: Interfaces to allow FS to control mount optionsGravatar Eric Paris 1-8/+15
2008-02-06security: allow Kconfig to set default mmap_min_addr protectionGravatar Eric Paris 1-1/+3
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferGravatar David P. Quigley 1-2/+2
2008-01-25security: add a secctx_to_secid() hookGravatar David Howells 1-0/+6
2008-01-25security: remove security_sb_post_mountroot hookGravatar H. Peter Anvin 1-5/+0
2008-01-25Security: add get, set, and cloning of superblock security informationGravatar Eric Paris 1-0/+20
2007-10-17security/ cleanupsGravatar Adrian Bunk 1-57/+1
2007-10-17Implement file posix capabilitiesGravatar Serge E. Hallyn 1-0/+10
2007-10-17security: Convert LSM into a static interfaceGravatar James Morris 1-8/+956
2007-07-11security: unexport mmap_min_addrGravatar Adrian Bunk 1-1/+0
2007-07-11security: Protection for exploiting null dereference using mmapGravatar Eric Paris 1-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hGravatar Tim Schmielau 1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-03-25[PATCH] refactor capable() to one implementation, add __capable() helperGravatar Chris Wright 1-23/+0
2006-01-11[PATCH] move capable() to capability.hGravatar Randy.Dunlap 1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+203