aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-25/+112
2013-12-15Revert "selinux: consider filesystem subtype in policies"Linus Torvalds1-22/+18
2013-12-13Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux_fixes into for-linusJames Morris1-25/+112
2013-12-12selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_postroute()Paul Moore1-7/+35
2013-12-12selinux: look for IPsec labels on both inbound and outbound packetsPaul Moore1-1/+1
2013-12-12selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()Paul Moore1-15/+53
2013-12-12selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()Paul Moore1-2/+23
2013-11-26Merge tag 'v3.12'Paul Moore1-19/+13
2013-11-21Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-52/+94
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+7
2013-10-22Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into ra-nextJames Morris1-52/+94
2013-10-14netfilter: pass hook ops to hookfnPatrick McHardy1-5/+5
2013-10-04selinux: remove 'flags' parameter from avc_audit()Linus Torvalds1-1/+1
2013-10-04selinux: remove 'flags' parameter from inode_has_permLinus Torvalds1-7/+6
2013-09-30net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman1-1/+1
2013-09-18Merge git://git.infradead.org/users/eparis/selinuxPaul Moore1-52/+94
2013-08-28Revert "SELinux: do not handle seclabel as a special flag"Eric Paris1-0/+3
2013-08-28selinux: consider filesystem subtype in policiesAnand Avati1-18/+22
2013-07-25Add SELinux policy capability for always checking packet and peer classes.Chris PeBenito1-5/+21
2013-07-25SELinux: use a helper function to determine seclabelEric Paris1-14/+24
2013-07-25SELinux: pass a superblock to security_fs_useEric Paris1-1/+1
2013-07-25SELinux: do not handle seclabel as a special flagEric Paris1-3/+0
2013-07-25SELinux: do all flags twiddling in one placeEric Paris1-7/+5
2013-07-25SELinux: rename SE_SBLABELSUPP to SBLABEL_MNTEric Paris1-14/+14
2013-07-25SELinux: use define for number of bits in the mnt flags maskEric Paris1-1/+4
2013-07-25SELinux: make it harder to get the number of mnt opts wrongEric Paris1-2/+3
2013-07-25SELinux: remove crazy contortions around procEric Paris1-1/+1
2013-07-25SELinux: Enable setting security contexts on rootfs inodes.Stephen Smalley1-0/+7
2013-07-25selinux: remove the BUG_ON() from selinux_skb_xfrm_sid()Paul Moore1-2/+6
2013-07-25lsm: split the xfrm_state_alloc_security() hook implementationPaul Moore1-1/+2
2013-07-25xattr: Constify ->name member of "struct xattr".Tetsuo Handa1-11/+6
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-11/+81
2013-06-29SELinux: Institute file_path_has_perm()David Howells1-6/+18
2013-06-08NFS: Client implementation of Labeled-NFSDavid Quigley1-0/+4
2013-06-08SELinux: Add new labeling type native labelsDavid Quigley1-9/+26
2013-06-08LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley1-2/+10
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/+35
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-4/+35
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2013-04-09selinux: add a skb_owned_by() hookEric Dumazet1-0/+7
2013-04-02selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton1-4/+35
2013-03-28selinux: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-2/+2
2013-02-27selinux: opened file can't have NULL or negative ->f_path.dentryAl Viro1-9/+0
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2013-02-22new helper: file_inode(file)Al Viro1-5/+5
2013-01-14tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore1-11/+39
2012-10-16fix a leak in replace_fd() usersAl Viro1-11/+7
2012-10-11consitify do_mount() argumentsAl Viro1-2/+2