aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Merge branch 'serge-next-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 23-133/+382
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-20/+13
2014-06-03ima: audit log files opened with O_DIRECT flagGravatar Mimi Zohar 4-3/+19
2014-06-03selinux: conditionally reschedule in hashtab_insert while loading selinux policyGravatar Dave Jones 1-0/+3
2014-06-03selinux: conditionally reschedule in mls_convert_context while loading selinu...Gravatar Dave Jones 1-0/+2
2014-06-03selinux: reject setexeccon() on MNT_NOSUID applications with -EACCESGravatar Paul Moore 1-2/+4
2014-06-03selinux: Report permissive mode in avc: denied messages.Gravatar Stephen Smalley 3-5/+11
2014-05-20Merge branch 'smack-for-3.16' of git://git.gitorious.org/smack-next/kernel in...Gravatar James Morris 4-73/+297
2014-05-16device_cgroup: use css_has_online_children() instead of has_children()Gravatar Tejun Heo 1-17/+2
2014-05-16device_cgroup: remove direct access to cgroup->childrenGravatar Tejun Heo 1-2/+10
2014-05-16cgroup: remove css_parent()Gravatar Tejun Heo 1-4/+4
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Gravatar Tejun Heo 1-7/+7
2014-05-13Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-43/+159
2014-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-15/+0
2014-05-06Warning in scanf string typingGravatar Toralf Förster 1-1/+1
2014-05-06nick kvfree() from apparmorGravatar Al Viro 2-15/+0
2014-05-05device_cgroup: check if exception removal is allowedGravatar Aristeu Rozanski 1-3/+38
2014-05-04device_cgroup: fix the comment format for recently added functionsGravatar Aristeu Rozanski 1-17/+16
2014-04-30Smack: Label cgroup files for systemdGravatar Casey Schaufler 1-12/+18
2014-04-23Smack: Verify read access on file open - v3Gravatar Casey Schaufler 1-3/+16
2014-04-22locks: rename file-private locks to "open file description locks"Gravatar Jeff Layton 1-3/+3
2014-04-21device_cgroup: rework device access check and exception checkingGravatar Aristeu Rozanski 1-40/+122
2014-04-15security: Convert use of typedef ctl_table to struct ctl_tableGravatar Joe Perches 1-1/+1
2014-04-14Merge tag 'keys-20140314' of git://git.kernel.org/pub/scm/linux/kernel/git/dh...Gravatar James Morris 11-49/+45
2014-04-14Merge commit 'v3.14' into nextGravatar James Morris 15-53/+93
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-4/+4
2014-04-12Merge git://git.infradead.org/users/eparis/auditGravatar Linus Torvalds 2-5/+8
2014-04-11Smack: bidirectional UDS connect checkGravatar Casey Schaufler 2-23/+27
2014-04-11Smack: Correctly remove SMACK64TRANSMUTE attributeGravatar Casey Schaufler 1-6/+19
2014-04-11SMACK: Fix handling value==NULL in post setxattrGravatar José Bollo 1-1/+3
2014-04-11bugfix patch for SMACKGravatar Pankaj Kumar 1-2/+2
2014-04-11Smack: adds smackfs/ptrace interfaceGravatar Lukasz Pawelczyk 4-2/+108
2014-04-11Smack: unify all ptrace accesses in the smackGravatar Lukasz Pawelczyk 1-13/+71
2014-04-11Smack: fix the subject/object order in smack_ptrace_traceme()Gravatar Lukasz Pawelczyk 3-9/+29
2014-04-11Minor improvement of 'smack_sb_kern_mount'Gravatar José Bollo 1-3/+5
2014-04-04Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxGravatar Linus Torvalds 1-0/+3
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+20
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-8/+4
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 26-175/+208
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-2/+3
2014-04-01get rid of pointless checks for NULL ->i_opGravatar Al Viro 3-4/+4
2014-04-01vfs: add cross-renameGravatar Miklos Szeredi 1-0/+16
2014-04-01security: add flags to rename hooksGravatar Miklos Szeredi 1-2/+4
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Gravatar Linus Torvalds 1-2/+2
2014-03-31locks: add new fcntl cmd values for handling file private locksGravatar Jeff Layton 1-0/+3
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 8-29/+46
2014-03-20audit: anchor all pid references in the initial pid namespaceGravatar Richard Guy Briggs 2-5/+8
2014-03-19selinux: correctly label /proc inodes in use before the policy is loadedGravatar Paul Moore 1-9/+27
2014-03-19selinux: put the mmap() DAC controls before the MAC controlsGravatar Paul Moore 1-12/+8
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Gravatar Tejun Heo 1-2/+2