summaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* make get_file() return its argumentAl Viro2012-09-261-2/+1
* new helper: iterate_fd()Al Viro2012-09-261-35/+22
* switch flush_unauthorized_files() to replace_fd()Al Viro2012-09-261-32/+15
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-301-0/+1
|\
| * c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov2012-07-301-0/+1
* | selinux: fix selinux_inode_setxattr oopsAl Viro2012-07-301-5/+10
|/
* posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2012-07-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-241-5/+5
|\