aboutsummaryrefslogtreecommitdiffstats
path: root/security/capability.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17LSM: Add __init to fixup function.Tetsuo Handa1-1/+1
2010-04-12security: remove dead hook acctEric Paris1-6/+0
2010-04-12security: remove dead hook key_session_to_parentEric Paris1-8/+0
2010-04-12security: remove dead hook task_setgroupsEric Paris1-6/+0
2010-04-12security: remove dead hook task_setgidEric Paris1-6/+0
2010-04-12security: remove dead hook task_setuidEric Paris1-6/+0
2010-04-12security: remove dead hook cred_commitEric Paris1-5/+0
2010-04-12security: remove dead hook inode_deleteEric Paris1-5/+0
2010-04-12security: remove dead hook sb_post_pivotrootEric Paris1-5/+0
2010-04-12security: remove dead hook sb_post_addmountEric Paris1-5/+0
2010-04-12security: remove dead hook sb_post_remountEric Paris1-6/+0
2010-04-12security: remove dead hook sb_umount_busyEric Paris1-5/+0
2010-04-12security: remove dead hook sb_umount_closeEric Paris1-5/+0
2010-04-12security: remove sb_check_sb hooksEric Paris1-6/+0
2010-02-24Security: add static to security_ops and default_security_ops variablewzt.wzt@gmail.com1-4/+0
2009-11-10security: report the module name to security_module_requestEric Paris1-1/+1
2009-10-12LSM: Add security_path_chroot().Tetsuo Handa1-0/+6
2009-10-12LSM: Add security_path_chmod() and security_path_chown().Tetsuo Handa1-0/+13
2009-09-10LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security context information.David P. Quigley1-0/+17
2009-09-02KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]David Howells1-0/+19
2009-09-01lsm: Add hooks to the TUN driverPaul Moore1-0/+19
2009-08-14security: introducing security_request_moduleEric Paris1-0/+6
2009-08-06Capabilities: move cap_file_mmap to commoncap.cEric Paris1-9/+0
2009-06-25security: rename ptrace_may_access => ptrace_access_checkIngo Molnar1-1/+1
2009-03-28lsm: Remove the socket_post_accept() hookPaul Moore1-5/+0
2008-12-31introduce new LSM hooks where vfsmount is available.Kentaro Takeda1-0/+57
2008-12-20security: pass mount flags to security_sb_kern_mount()James Morris1-1/+1
2008-11-14CRED: Allow kernel services to override LSM settings for task actionsDavid Howells1-0/+12
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-13/+6
2008-11-14CRED: Inaugurate COW credentialsDavid Howells1-9/+12
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-1/+1
2008-11-14CRED: Detach the credentials from task_structDavid Howells1-4/+4
2008-08-14security: Fix setting of PF_SUPERPRIV by __capable()David Howells1-1/+2
2008-07-26[PATCH] pass MAY_OPEN to vfs_permission() explicitlyAl Viro1-2/+1
2008-07-14security: remove register_security hookJames Morris1-7/+0
2008-07-14security: remove dummy moduleMiklos Szeredi1-64/+986
2008-04-28capabilities: implement per-process securebitsAndrew G. Morgan1-0/+1
2008-03-20file capabilities: remove cap_task_kill()Serge Hallyn1-1/+0
2007-10-17Implement file posix capabilitiesSerge E. Hallyn1-0/+6
2007-10-17security: Convert LSM into a static interfaceJames Morris1-24/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-06kbuild: un-stringnify KBUILD_MODNAMESam Ravnborg1-4/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+104