summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-12-151-25/+112
|\
| * Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux_fixes ...James Morris2013-12-131-25/+112
| |\
| | * selinux: process labeled IPsec TCP SYN-ACK packets properly in selinux_ip_pos...Paul Moore2013-12-121-7/+35
| | * selinux: look for IPsec labels on both inbound and outbound packetsPaul Moore2013-12-121-1/+1
| | * selinux: handle TCP SYN-ACK packets correctly in selinux_ip_postroute()Paul Moore2013-12-121-15/+53
| | * selinux: handle TCP SYN-ACK packets correctly in selinux_ip_output()Paul Moore2013-12-121-2/+23
| | * Merge tag 'v3.12'Paul Moore2013-11-261-19/+13
| | |\
* | | | Revert "selinux: consider filesystem subtype in policies"Linus Torvalds2013-12-151-22/+18
|/ / /
* | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2013-11-211-52/+94
|\ \ \
| * \ \ Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into r...James Morris2013-10-221-52/+94
| |\ \ \ | | |/ /
| | * | Merge git://git.infradead.org/users/eparis/selinuxPaul Moore2013-09-181-52/+94
| | |\ \
| | | * | Revert "SELinux: do not handle seclabel as a special flag"Eric Paris2013-08-281-0/+3
| | | * | selinux: consider filesystem subtype in policiesAnand Avati2013-08-281-18/+22
| | | * | Add SELinux policy capability for always checking packet and peer classes.Chris PeBenito2013-07-251-5/+21
| | | * | SELinux: use a helper function to determine seclabelEric Paris2013-07-251-14/+24
| | | * | SELinux: pass a superblock to security_fs_useEric Paris2013-07-251-1/+1
| | | * | SELinux: do not handle seclabel as a special flagEric Paris2013-07-251-3/+0
| | | * | SELinux: do all flags twiddling in one placeEric Paris2013-07-251-7/+5
| | | * | SELinux: rename SE_SBLABELSUPP to SBLABEL_MNTEric Paris2013-07-251-14/+14
| | | * | SELinux: use define for number of bits in the mnt flags maskEric Paris2013-07-251-1/+4
| | | * | SELinux: make it harder to get the number of mnt opts wrongEric Paris2013-07-251-2/+3
| | | * | SELinux: remove crazy contortions around procEric Paris2013-07-251-1/+1
| | | * | SELinux: Enable setting security contexts on rootfs inodes.Stephen Smalley2013-07-251-0/+7
| | | * | selinux: remove the BUG_ON() from selinux_skb_xfrm_sid()Paul Moore2013-07-251-2/+6
| | | * | lsm: split the xfrm_state_alloc_security() hook implementationPaul Moore2013-07-251-1/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-8/+7
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | selinux: remove 'flags' parameter from avc_audit()Linus Torvalds2013-10-041-1/+1
| * | | | selinux: remove 'flags' parameter from inode_has_permLinus Torvalds2013-10-041-7/+6
| |/ / /
* | | | netfilter: pass hook ops to hookfnPatrick McHardy2013-10-141-5/+5
* | | | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-09-301-1/+1
|/ / /
* | | xattr: Constify ->name member of "struct xattr".Tetsuo Handa2013-07-251-11/+6
|/ /
* | Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-091-11/+81
|\ \
| * | NFS: Client implementation of Labeled-NFSDavid Quigley2013-06-081-0/+4
| * | SELinux: Add new labeling type native labelsDavid Quigley2013-06-081-9/+26
| * | LSM: Add flags field to security_sb_set_mnt_opts for in kernel mount data.David Quigley2013-06-081-2/+10
| * | Security: Add Hook to test if the particular xattr is part of a MAC model.David Quigley2013-06-081-0/+6
| * | Security: Add hook to calculate context based on a negative dentry.David Quigley2013-06-081-0/+35
| |/
* | SELinux: Institute file_path_has_perm()David Howells2013-06-291-6/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-2/+2
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-221-0/+7
| |\
| * | selinux: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2013-04-301-4/+35
|\ \ \ | |_|/ |/| |
| * | selinux: make security_sb_clone_mnt_opts return an error on context mismatchJeff Layton2013-04-021-4/+35
| |/
* | selinux: add a skb_owned_by() hookEric Dumazet2013-04-091-0/+7
|/
* selinux: opened file can't have NULL or negative ->f_path.dentryAl Viro2013-02-271-9/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-5/+5
|\
| * new helper: file_inode(file)Al Viro2013-02-221-5/+5
* | tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore2013-01-141-11/+39
|/
* fix a leak in replace_fd() usersAl Viro2012-10-161-11/+7
* consitify do_mount() argumentsAl Viro2012-10-111-2/+2
OpenPOWER on IntegriCloud