aboutsummaryrefslogtreecommitdiff
path: root/security/security.c
AgeCommit message (Expand)Author
2009-06-04security: use mmap_min_addr indepedently of security modelsChristoph Lameter
2009-04-03CacheFiles: Export things for CacheFilesDavid Howells
2009-03-28lsm: Remove the socket_post_accept() hookPaul Moore
2009-01-07Merge branch 'next' into for-linusJames Morris
2009-01-07CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #3]David Howells
2009-01-07Revert "CRED: Fix regression in cap_capable() as shown up by sys_faccessat() ...James Morris
2009-01-05CRED: Fix regression in cap_capable() as shown up by sys_faccessat() [ver #2]David Howells
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda
2008-12-20security: pass mount flags to security_sb_kern_mount()James Morris
2008-11-25CRED: fix sparse warningsHannes Eder
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsDavid Howells
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells
2008-11-14CRED: Inaugurate COW credentialsDavid Howells
2008-11-14CRED: Pass credentials through dentry_open()David Howells
2008-11-14CRED: Detach the credentials from task_structDavid Howells
2008-11-14CRED: Constify the kernel_cap_t arguments to the capset LSM hooksDavid Howells
2008-11-14CRED: Neuter sys_capset()David Howells
2008-11-11Add a new capable interface that will be used by systems that use audit toEric Paris
2008-10-30nfsd: fix vm overcommit crashAlan Cox
2008-08-28Merge branch 'master' into nextJames Morris
2008-08-20security: add/fix security kernel-docRandy Dunlap
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells
2008-07-26[patch 3/4] fat: dont call notify_changeMiklos Szeredi
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro
2008-07-14security: remove register_security hookJames Morris
2008-07-14security: remove dummy moduleMiklos Szeredi
2008-07-14security: remove unused sb_get_mnt_opts hookMiklos Szeredi
2008-07-14LSM/SELinux: show LSM mount options in /proc/mountsEric Paris
2008-07-14security: fix return of void-valued expressionsJames Morris
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley
2008-04-29Security: Make secctx_to_secid() take const secdataDavid Howells
2008-04-29keys: add keyctl function to get a security labelDavid Howells
2008-04-29xattr: add missing consts to function argumentsDavid Howells
2008-04-28capabilities: implement per-process securebitsAndrew G. Morgan
2008-04-21[PATCH] switch a bunch of LSM hooks from nameidata to pathAl Viro
2008-04-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26Linus Torvalds
2008-04-19security: fix up documentation for security_module_enableJames Morris
2008-04-19Security: Introduce security= boot parameterAhmed S. Darwish
2008-04-19LSM/Audit: Introduce generic Audit LSM hooksAhmed S. Darwish
2008-04-19LSM: Introduce inode_getsecid and ipc_getsecid hooksAhmed S. Darwish
2008-04-18security: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-12LSM: Make the Labeled IPsec hooks more stack friendlyPaul Moore
2008-03-06LSM/SELinux: Interfaces to allow FS to control mount optionsEric Paris
2008-02-06security: allow Kconfig to set default mmap_min_addr protectionEric Paris
2008-02-05VFS/Security: Rework inode_getsecurity and callers to return resulting bufferDavid P. Quigley
2008-01-25security: add a secctx_to_secid() hookDavid Howells
2008-01-25security: remove security_sb_post_mountroot hookH. Peter Anvin
2008-01-25Security: add get, set, and cloning of superblock security informationEric Paris
2007-10-17security/ cleanupsAdrian Bunk