summaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2015-02-04SMACK: Fix wrong copy sizeJosé Bollo1-1/+1
2015-02-04Smack: Fix setting label on successful file openMarcin Niesluchowski1-1/+3
2015-02-04Smack: remove unneeded NULL-termination from securtity labelKonstantin Khlebnikov1-3/+3
2015-02-04Smack: handle zero-length security labels without panicKonstantin Khlebnikov2-3/+3
2015-02-04Smack: fix behavior of smack_inode_listsecurityKonstantin Khlebnikov1-5/+4
2015-02-04Warning in scanf string typingToralf Förster1-1/+1
2015-02-04Smack: Verify read access on file open - v3Casey Schaufler1-3/+16
2015-02-04Smack: bidirectional UDS connect checkCasey Schaufler2-23/+27
2015-02-04Smack: Correctly remove SMACK64TRANSMUTE attributeCasey Schaufler1-6/+19
2015-02-04bugfix patch for SMACKPankaj Kumar1-2/+2
2015-02-04Smack: adds smackfs/ptrace interfaceLukasz Pawelczyk4-2/+108
2015-02-04Smack: unify all ptrace accesses in the smackLukasz Pawelczyk1-13/+71
2015-02-04Smack: fix the subject/object order in smack_ptrace_traceme()Lukasz Pawelczyk3-9/+29
2015-02-04Minor improvement of 'smack_sb_kern_mount'José Bollo1-3/+5
2015-02-04smack: fix key permission verificationDmitry Kasatkin1-1/+6
2015-02-04KEYS: Move the flags representing required permission to linux/key.hDavid Howells11-48/+39
2015-02-04SMACK: Fix handling value==NULL in post setxattrJosé Bollo1-1/+3
2015-02-04Smack: Cgroup filesystem accessCasey Schaufler1-12/+18
2015-01-08KEYS: Fix stale key registration at error pathTakashi Iwai1-1/+4
2014-11-14selinux: fix inode security list corruptionStephen Smalley1-1/+1
2014-11-14evm: check xattr value length and type in evm_inode_setxattr()Dmitry Kasatkin1-3/+6
2014-11-14evm: properly handle INTEGRITY_NOXATTRS EVM statusDmitry Kasatkin1-0/+7
2014-10-30ima: provide flag to identify new empty filesDmitry Kasatkin3-7/+13
2014-09-17CAPABILITIES: remove undefined caps from all processesEric Paris1-0/+3
2014-06-26evm: prohibit userspace writing 'security.evm' HMAC valueMimi Zohar1-2/+10
2014-06-26ima: introduce ima_kernel_read()Dmitry Kasatkin1-1/+31
2014-06-26ima: audit log files opened with O_DIRECT flagMimi Zohar4-3/+19
2014-06-07device_cgroup: check if exception removal is allowedAristeu Rozanski1-3/+38
2014-06-07device_cgroup: rework device access check and exception checkingAristeu Rozanski1-40/+122
2014-04-26ima: restore the original behavior for sending data with ima templateRoberto Sassu3-4/+10
2014-04-14selinux: correctly label /proc inodes in use before the policy is loadedPaul Moore1-9/+27
2014-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller8-29/+46
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov8-29/+46
2014-03-09KEYS: Make the keyring cycle detector ignore other keyrings of the same nameDavid Howells1-1/+5
2014-02-24Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris1-4/+4
2014-02-20SELinux: bigendian problems with filename trans rulesEric Paris1-4/+4
2014-02-10Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2-0/+6
2014-02-05SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley1-0/+4
2014-02-05selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message typesPaul Moore1-0/+2
2014-02-05Merge tag 'v3.13' into stable-3.14Paul Moore54-1239/+2802
2014-02-05security: select correct default LSM_MMAP_MIN_ADDR on arm on arm64Colin Cross1-1/+1
2014-01-23Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-11/+6
2014-01-21Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-4/+3
2014-01-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds11-148/+366
2014-01-13smack: call WARN_ONCE() instead of calling audit_log_start()Richard Guy Briggs1-3/+2
2014-01-13selinux: call WARN_ONCE() instead of calling audit_log_start()Richard Guy Briggs1-8/+4
2014-01-12SELinux: Fix possible NULL pointer dereference in selinux_inode_permission()Steven Rostedt2-3/+22
2014-01-08Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-1/+13
2014-01-07SELinux: Fix memory leak upon loading policyTetsuo Handa1-1/+13
2014-01-07Merge branch 'master' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris7-39/+164