summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* fix a leak in replace_fd() usersAl Viro2012-10-161-11/+7
* consitify do_mount() argumentsAl Viro2012-10-111-2/+2
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-52/+21
|\
| * 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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-3/+2
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-0/+1
| |\|
| * | netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-2/+1
| * | netlink: kill netlink_set_nonrootPablo Neira Ayuso2012-09-081-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-022-4/+4
|\ \ \ | |_|/ |/| |
| * | userns: Convert selinux to use kuid and kgid where appropriateEric W. Biederman2012-09-212-4/+4
| |/
* / xfrm: invalidate dst on policy insertion/deletionNicolas Dichtel2012-09-181-0/+1
|/
* selinux: tag avc cache alloc as non-criticalMel Gorman2012-07-311-1/+1
* 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-242-10/+17
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-192-2/+4
| |\
| * | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-1/+5
| * | selinux: netlink: Move away from NLMSG_PUT().David S. Miller2012-06-261-4/+7
| * | netfilter: selinux: switch hook PFs to nfprotoAlban Crequy2012-06-071-5/+5
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-233-6/+5
|\ \ \ | |_|/ |/| |
| * | switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-233-6/+5
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-07-182-2/+4
|\ \ | |/ |/|
| * SELinux: do not check open perms if they are not known to policyEric Paris2012-07-161-1/+1
| * SELinux: include definition of new capabilitiesEric Paris2012-07-161-1/+3
|/
* split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-311-7/+8
* split cap_mmap_addr() out of cap_file_mmap()Al Viro2012-05-311-1/+1
* selinuxfs snprintf() misusesAl Viro2012-05-291-29/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-2113-306/+383
|\
| * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2012-05-2213-305/+374
| |\
| | * SELinux: remove unused common_audit_data in flush_unauthorized_filesEric Paris2012-04-091-4/+0
| | * SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao2012-04-096-47/+15
| | * SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callbackWanlong Gao2012-04-091-2/+2
| | * SELinux: unify the selinux_audit_data and selinux_late_audit_dataEric Paris2012-04-093-91/+16
| | * SELinux: remove auditdeny from selinux_audit_dataEric Paris2012-04-091-8/+1
| | * LSM: do not initialize common_audit_data to 0Eric Paris2012-04-092-35/+35
| | * LSM: remove the task field from common_audit_dataEric Paris2012-04-091-1/+0
| | * LSM: remove the COMMON_AUDIT_DATA_INIT type expansionEric Paris2012-04-092-35/+35
| | * SELinux: move common_audit_data to a noinline slow path functionEric Paris2012-04-091-11/+21
| | * SELinux: remove inode_has_perm_noadpEric Paris2012-04-091-24/+4
| | * SELinux: delay initialization of audit data in selinux_inode_permissionEric Paris2012-04-093-70/+105
| | * SELinux: if sel_make_bools errors don't leave inconsistent stateEric Paris2012-04-091-0/+1
| | * SELinux: remove needless sel_div functionEric Paris2012-04-091-6/+1
| | * SELinux: possible NULL deref in context_struct_to_stringEric Paris2012-04-091-3/+5
| | * SELinux: audit failed attempts to set invalid labelsEric Paris2012-04-091-2/+34
| | * SELinux: rename dentry_open to file_openEric Paris2012-04-091-3/+3