summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-08Merge 4.9.174 into android-4.9Greg Kroah-Hartman69-318/+612
2019-05-08selinux: never allow relabeling on context mountsOndrej Mosnacek1-9/+31
2019-04-05Merge 4.9.168 into android-4.9Greg Kroah-Hartman105-264/+529
2019-04-05selinux: do not override context on context mountsOndrej Mosnacek1-1/+8
2019-01-26Merge 4.9.153 into android-4.9Greg Kroah-Hartman45-70/+255
2019-01-26selinux: always allow mounting submountsOndrej Mosnacek1-1/+1
2019-01-23Merge 4.9.152 into android-4.9Greg Kroah-Hartman44-170/+367
2019-01-23selinux: fix GPF on invalid policyStephen Smalley1-1/+2
2018-12-01Merge 4.9.142 into android-4.9Greg Kroah-Hartman86-462/+1317
2018-12-01selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa1-1/+1
2018-09-20Merge 4.9.128 into android-4.9Greg Kroah-Hartman81-195/+357
2018-09-19selinux: use GFP_NOWAIT in the AVC kmem_cachesMichal Hocko1-8/+6
2018-06-06Merge 4.9.107 into android-4.9Greg Kroah-Hartman60-295/+1275
2018-06-06selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover1-1/+1
2018-04-14Merge 4.9.94 into android-4.9Greg Kroah-Hartman311-916/+2420
2018-04-13selinux: do not check open permission on socketsStephen Smalley1-3/+7
2018-04-09Merge tag 'v4.9.93' into android-4.9Greg Hackmann97-418/+849
2018-04-08selinux: Remove redundant check for unknown labeling behaviorMatthias Kaehlcke1-16/+0
2018-04-08selinux: Remove unnecessary check of array base in selinux_set_mapping()Matthias Kaehlcke1-1/+1
2018-03-22Merge 4.9.89 into android-4.9Greg Kroah-Hartman233-674/+1739
2018-03-22selinux: check for address length in selinux_socket_bind()Alexander Potapenko1-0/+8
2018-02-26Merge 4.9.84 into android-4.9Greg Kroah-Hartman180-677/+1120
2018-02-25selinux: skip bounded transition processing if the policy isn't loadedPaul Moore1-0/+3
2018-02-25selinux: ensure the context is NUL terminated in security_context_to_sid_core()Paul Moore1-10/+8
2017-11-07UPSTREAM: selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng3-2/+54
2017-11-07UPSTREAM: selinux: bpf: Add selinux check for eBPF syscall operationsChenbo Feng3-0/+117
2017-06-30UPSTREAM: selinux: enable genfscon labeling for tracefsJeff Vander Stoep1-0/+1
2017-02-16Merge tag 'v4.9.10' into android-4.9-aospDmitry Shmidt72-290/+463
2017-02-14selinux: fix off-by-one in setprocattrStephen Smalley1-1/+1
2017-01-27ANDROID: quick selinux support for tracefsYongqin Liu1-0/+1
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Andy Lutomirski3-3/+5
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds80-687/+471
2016-10-10Merge branch 'printk-cleanups'Linus Torvalds5-69/+68
2016-10-09printk: reinstate KERN_CONT for printing continuation linesLinus Torvalds5-23/+19
2016-10-08xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher14-85/+97
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-09-19lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILEVivek Goyal3-8/+23
2016-09-13selinux: fix error return code in policydb_read()Wei Yongjun1-0/+1
2016-08-30selinux: fix overflow and 0 length allocationsWilliam Roberts2-0/+5
2016-08-29selinux: initialize structuresWilliam Roberts1-4/+4
2016-08-29selinux: detect invalid ebitmapWilliam Roberts1-0/+3
2016-08-19selinux: drop SECURITY_SELINUX_POLICYDB_VERSION_MAXWilliam Roberts2-42/+0
2016-08-10selinux: Implement dentry_create_files_as() hookVivek Goyal1-0/+22
2016-08-09selinux: Pass security pointer to determine_inode_label()Vivek Goyal1-9/+10
2016-08-09selinux: Implementation for inode_copy_up_xattr() hookVivek Goyal1-0/+16
2016-08-09selinux: Implementation for inode_copy_up() hookVivek Goyal1-0/+21
2016-08-08security: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas3-9/+9
2016-08-06Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds37-100/+95
2016-07-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds126-2131/+7281
[next]