summaryrefslogtreecommitdiffstats
path: root/security/security.c
AgeCommit message (Expand)AuthorLines
2008-10-30nfsd: fix vm overcommit crashAlan Cox-0/+9
2008-08-28Merge branch 'master' into nextJames Morris-3/+7
2008-08-20security: add/fix security kernel-docRandy Dunlap-4/+4
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells-3/+7
2008-07-26[patch 3/4] fat: dont call notify_changeMiklos Szeredi-0/+1
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro-2/+2
2008-07-14security: remove register_security hookJames Morris-29/+0
2008-07-14security: remove dummy moduleMiklos Szeredi-10/+5
2008-07-14security: remove unused sb_get_mnt_opts hookMiklos Szeredi-6/+0
2008-07-14LSM/SELinux: show LSM mount options in /proc/mountsEric Paris-0/+5
2008-07-14security: fix return of void-valued expressionsJames Morris-3/+3
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley-2/+3
2008-04-29Security: Make secctx_to_secid() take const secdataDavid Howells-1/+1
2008-04-29keys: add keyctl function to get a security labelDavid Howells-0/+5
2008-04-29xattr: add missing consts to function argumentsDavid Howells-6/+6
2008-04-28capabilities: implement per-process securebitsAndrew G. Morgan-2/+2
2008-04-21[PATCH] switch a bunch of LSM hooks from nameidata to pathAl Viro-10/+10
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-1/+72
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds-10/+11
2008-04-19security: fix up documentation for security_module_enableJames Morris-1/+1
2008-04-19Security: Introduce security= boot parameterAhmed S. Darwish-1/+37
2008-04-19LSM/Audit: Introduce generic Audit LSM hooksAhmed S. Darwish-0/+25
2008-04-19LSM: Introduce inode_getsecid and ipc_getsecid hooksAhmed S. Darwish-0/+10
2008-04-18security: replace remaining __FUNCTION__ occurrencesHarvey Harrison-4/+4
2008-04-12LSM: Make the Labeled IPsec hooks more stack friendlyPaul Moore-10/+11
2008-03-06LSM/SELinux: Interfaces to allow FS to control mount optionsEric Paris-8/+15
2008-02-06security: allow Kconfig to set default mmap_min_addr protectionEric Paris-1/+3
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley-2/+2
2008-01-25security: add a secctx_to_secid() hookDavid Howells-0/+6
2008-01-25security: remove security_sb_post_mountroot hookH. Peter Anvin-5/+0
2008-01-25Security: add get, set, and cloning of superblock security informationEric Paris-0/+20
2007-10-17security/ cleanupsAdrian Bunk-57/+1
2007-10-17Implement file posix capabilitiesSerge E. Hallyn-0/+10
2007-10-17security: Convert LSM into a static interfaceJames Morris-8/+956
2007-07-11security: unexport mmap_min_addrAdrian Bunk-1/+0
2007-07-11security: Protection for exploiting null dereference using mmapEric Paris-0/+2
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-03-25[PATCH] refactor capable() to one implementation, add __capable() helperChris Wright-23/+0
2006-01-11[PATCH] move capable() to capability.hRandy.Dunlap-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+203