aboutsummaryrefslogtreecommitdiff
path: root/include/linux/security.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-22Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into r...Gravatar James Morris 1-8/+18
2013-09-18Merge git://git.infradead.org/users/eparis/selinuxGravatar Paul Moore 1-8/+18
2013-07-25lsm: split the xfrm_state_alloc_security() hook implementationGravatar Paul Moore 1-8/+18
2013-07-25xattr: Constify ->name member of "struct xattr".Gravatar Tetsuo Handa 1-4/+4
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsGravatar Linus Torvalds 1-3/+54
2013-06-08SELinux: Add new labeling type native labelsGravatar David Quigley 1-0/+3
2013-06-08LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.Gravatar David Quigley 1-3/+10
2013-06-08Security: Add Hook to test if the particular xattr is part of a MAC model.Gravatar David Quigley 1-0/+14
2013-06-08Security: Add hook to calculate context based on a negative dentry.Gravatar David Quigley 1-0/+27
2013-05-12security: clarify cap_inode_getsecctx descriptionGravatar J. Bruce Fields 1-1/+2
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-4/+6
2013-04-10lsm: add the missing documentation for the security_skb_owned_by() hookGravatar Paul Moore 1-0/+4
2013-04-09selinux: add a skb_owned_by() hookGravatar Eric Dumazet 1-0/+8
2013-04-02selinux: make security_sb_clone_mnt_opts return an error on context mismatchGravatar Jeff Layton 1-4/+6
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesGravatar Paul Moore 1-13/+46
2012-12-14security: introduce kernel_module_from_file hookGravatar Kees Cook 1-0/+13
2012-10-11consitify do_mount() argumentsGravatar Al Viro 1-6/+6
2012-10-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+31
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-3/+3
2012-09-25c/r: prctl: fix build error for no-MMU caseGravatar Mark Salter 1-0/+1
2012-09-21userns: Teach security_path_chown to take kuids and kgidsGravatar Eric W. Biederman 1-3/+3
2012-09-05security: allow Yama to be unconditionally stackedGravatar Kees Cook 1-0/+31
2012-08-10Yama: higher restrictions should block PTRACE_TRACEMEGravatar Kees Cook 1-2/+0
2012-06-01take security_mmap_file() outside of ->mmap_semGravatar Al Viro 1-4/+3
2012-05-31split ->file_mmap() into ->mmap_addr()/->mmap_file()Gravatar Al Viro 1-16/+20
2012-05-31split cap_mmap_addr() out of cap_file_mmap()Gravatar Al Viro 1-1/+2
2012-05-22Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 1-8/+5
2012-04-14Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privsGravatar Andy Lutomirski 1-0/+1
2012-04-09SELinux: rename dentry_open to file_openGravatar Eric Paris 1-8/+5
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-42/+38
2012-02-28security: struct security_operations kerneldoc fixGravatar Javier Martinez Canillas 1-1/+1
2012-02-14security: trim security.hGravatar Al Viro 1-26/+29
2012-02-14mm: collapse security_vm_enough_memory() variants into a single functionGravatar Al Viro 1-16/+0
2012-02-10security: create task_free security callbackGravatar Kees Cook 1-0/+9
2012-01-14Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityGravatar Linus Torvalds 1-47/+13
2012-01-10Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityGravatar Linus Torvalds 1-1/+3
2012-01-09Merge branch 'next' into for-linusGravatar James Morris 1-1/+3
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-13/+13
2012-01-06switch security_path_chmod() to struct path *Gravatar Al Viro 1-7/+3
2012-01-05security: remove the security_netlink_recv hook as it is equivalent to capable()Gravatar Eric Paris 1-14/+0
2012-01-05capabilities: remove all _real_ interfacesGravatar Eric Paris 1-25/+0
2012-01-05capabilities: introduce security_capable_noauditGravatar Eric Paris 1-0/+7
2012-01-05capabilities: reverse arguments to security_capableGravatar Eric Paris 1-3/+3
2012-01-05capabilities: remove the task from capable LSM hook entirelyGravatar Eric Paris 1-9/+7
2012-01-03switch ->path_mknod() to umode_tGravatar Al Viro 1-3/+3
2012-01-03switch ->path_mkdir() to umode_tGravatar Al Viro 1-3/+3
2012-01-03switch securityfs_create_file() to umode_tGravatar Al Viro 1-2/+2
2012-01-03switch security_path_chmod() to umode_tGravatar Al Viro 1-3/+3
2012-01-03switch ->mknod() to umode_tGravatar Al Viro 1-2/+2
2012-01-03switch ->create() to umode_tGravatar Al Viro 1-3/+3