aboutsummaryrefslogtreecommitdiffstats
path: root/security/capability.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-12LSM: Remove unused capability.cCasey Schaufler1-1158/+0
2015-05-12LSM: Split security.hCasey Schaufler1-1/+1
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+0
2015-04-11switch security_inode_getattr() to struct path *Al Viro1-1/+1
2015-03-20Revert "selinux: add a skb_owned_by() hook"Eric Dumazet1-6/+0
2015-01-25Add security hooks to binder and implement the hooks for SELinux.Stephen Smalley1-0/+27
2014-09-09security: make security_file_set_fowner, f_setown and __f_setown void returnJeff Layton1-2/+2
2014-07-25security: introduce kernel_fw_from_file hookKees Cook1-0/+6
2014-04-14Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...James Morris1-1/+1
2014-04-14Merge commit 'v3.14' into nextJames Morris1-1/+2
2014-03-14KEYS: Move the flags representing required permission to linux/key.hDavid Howells1-1/+1
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov1-1/+2
2014-03-07security: have cap_dentry_init_security return errorJeff Layton1-1/+1
2013-10-22Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into r...James Morris1-4/+11
2013-09-18Merge git://git.infradead.org/users/eparis/selinuxPaul Moore1-4/+11
2013-07-25lsm: split the xfrm_state_alloc_security() hook implementationPaul Moore1-4/+11
2013-07-25xattr: Constify ->name member of "struct xattr".Tetsuo Handa1-1/+1
2013-07-11Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2013-06-08LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley1-1/+4
2013-06-08Security: Add Hook to test if the particular xattr is part of a MAC model.David Quigley1-0/+6
2013-06-08Security: Add hook to calculate context based on a negative dentry.David Quigley1-0/+8
2013-05-13security: cap_inode_getsecctx returning garbageJ. Bruce Fields1-1/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+2
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet1-0/+6
2013-04-02selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton1-1/+2
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore1-3/+21
2012-12-14security: introduce kernel_module_from_file hookKees Cook1-0/+6
2012-10-11consitify do_mount() argumentsAl Viro1-2/+2
2012-09-21userns: Teach security_path_chown to take kuids and kgidsEric W. Biederman1-1/+1
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro1-1/+2
2012-04-09SELinux: rename dentry_open to file_openEric Paris1-2/+2
2012-02-10security: create task_free security callbackKees Cook1-0/+5
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds1-1/+0
2012-01-06switch security_path_chmod() to struct path *Al Viro1-2/+1
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris1-1/+0
2012-01-03switch ->path_mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->path_mkdir() to umode_tAl Viro1-1/+1
2012-01-03switch security_path_chmod() to umode_tAl Viro1-1/+1
2012-01-03switch ->mknod() to umode_tAl Viro1-1/+1
2012-01-03switch ->create() to umode_tAl Viro1-1/+1
2012-01-03switch vfs_mkdir() and ->mkdir() to umode_tAl Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro1-1/+1
2011-04-22SECURITY: Move exec_permission RCU checks into security modulesAndi Kleen1-1/+1
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2011-03-03LSM: Pass -o remount options to the LSMEric Paris1-0/+6
2011-02-22xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.David S. Miller1-1/+1
2011-02-01security: remove unused security_sysctl hookLucian Adrian Grijincu1-6/+0
2011-02-01fs/vfs/security: pass last path component to LSM on inode creationEric Paris1-1/+2
2011-01-05af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks.David S. Miller1-1/+1
2010-11-15capabilities/syslog: open code cap_syslog logic to fix build failureEric Paris1-0/+5
2010-10-21secmark: make secmark object handling genericEric Paris1-1/+16
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds1-1/+2
2010-08-02Security: capability: code style issueChihau Chau1-1/+1
2010-08-02LSM: Remove unused arguments from security_path_truncate().Tetsuo Handa1-2/+1
2010-07-16rlimits: security, add task_struct to setrlimitJiri Slaby1-1/+2
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 contex...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-rc2v2.6.12-rc2Linus Torvalds1-0/+104