summaryrefslogtreecommitdiff
path: root/security/capability.c
AgeCommit message (Expand)Author
2009-03-28lsm: Remove the socket_post_accept() hookPaul Moore
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-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-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells
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-04-28capabilities: implement per-process securebitsAndrew G. Morgan
2008-03-20file capabilities: remove cap_task_kill()Serge Hallyn
2007-10-17Implement file posix capabilitiesSerge E. Hallyn
2007-10-17security: Convert LSM into a static interfaceJames Morris
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-01-06kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg
2004-10-19[PATCH] BSD Secure Levels LSM: add time hooksMichael A. Halcrow
2004-05-19[PATCH] security: add disable param to capabilities moduleAndrew Morton
2004-05-14[PATCH] security: minor cleanups in capability.cAndrew Morton
2004-05-14[PATCH] security: remove empty build of capability.oAndrew Morton
2004-04-20[PATCH] compute_creds raceAndrew Morton
2004-01-20[PATCH] Default hooks protecting the XATTR_SECURITY_PREFIX namespaceAndrew Morton
2003-09-16[PATCH] root_plug fixupChris Wright
2003-08-31[PATCH] vm_enough_memory microoptimisationAndrew Morton
2003-07-02[PATCH] Security hook for vm_enough_memoryAndrew Morton
2003-06-25[PATCH] AT_SECURE auxv entryAndrew Morton
2003-06-13[PATCH] lsm: Remove task_kmod_set_label hook (2/4)Chris Wright
2003-06-13[PATCH] lsm: Early init for security modules (1/4)Chris Wright
2003-02-16Merge kroah.com:/home/greg/linux/BK/bleeding_edge-2.5Greg Kroah-Hartman
2003-02-15mergeGreg Kroah-Hartman
2003-02-15Clean up ptrace_setoptions and PT_* constantsDaniel Jacobowitz
2003-02-08Merge davem@nuts.ninka.net:/home/davem/src/BK/net-2.5David S. Miller
2003-02-06Split up "struct signal_struct" into "signal" and "sighand" parts.Linus Torvalds
2003-02-06[LSM]: Networking netlink socket capability hooks.James Morris
2003-02-06[PATCH] LSM: Add LSM syslog hook to 2.5.59Stephen D. Smalley
2003-02-02[PATCH] remove lock_kernel() from exec of setuid appsAndrew Morton
2002-12-04LSM: remove "dummy" functions from the capability code, as they are no longer...Greg Kroah-Hartman
2002-11-23MergeGreg Kroah-Hartman
2002-11-18[PATCH] inode_mknod parametersAndries E. Brouwer
2002-10-28LSM: remove last remanants of sys_security missed by last patch.Greg Kroah-Hartman
2002-10-16LSM: Create CONFIG_SECURITY and disable it by default for now.Greg Kroah-Hartman
2002-10-16[PATCH] remove LSM file_llseek hookChristoph Hellwig
2002-10-08[PATCH] Base set of LSM hooks for SysV IPCStephen D. Smalley
2002-07-29Update file lock security check to match the API changeLinus Torvalds
2002-07-22LSM: convert initializers to C99 style.Greg Kroah-Hartman
2002-07-22mergeGreg Kroah-Hartman
2002-07-21[PATCH] LSM: file related LSM hooksStephen D. Smalley