summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* KEYS: prevent KEYCTL_READ on negative keyEric Biggers2017-10-051-0/+5
* KEYS: prevent creating a different user's keyringsEric Biggers2017-10-054-12/+23
* KEYS: fix writing past end of user-supplied buffer in keyring_read()Eric Biggers2017-10-051-9/+5
* KEYS: Fix an error code in request_master_key()Dan Carpenter2017-07-151-1/+1
* KEYS: fix freeing uninitialized memory in key_update()Eric Biggers2017-06-141-3/+2
* KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers2017-06-141-2/+2
* ima: accept previously set IMA_NEW_FILEDaniel Glöckner2017-05-251-2/+3
* KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyringsEric Biggers2017-04-272-24/+31
* KEYS: Change the name of the dead type to ".dead" to prevent user accessDavid Howells2017-04-271-1/+1
* KEYS: Disallow keyrings beginning with '.' to be joined as session keyringsDavid Howells2017-04-271-2/+7
* selinux: fix off-by-one in setprocattrStephen Smalley2017-02-141-1/+1
* apparmor: fix change_hat not finding hat after policy replacementJohn Johansen2016-12-021-2/+4
* KEYS: Fix short sprintf buffer in /proc/keys show functionDavid Howells2016-11-101-1/+1
* ima: use file_dentry()Miklos Szeredi2016-10-162-3/+3
* apparmor: fix ref count leak when profile sha1 hash is readJohn Johansen2016-08-161-0/+1
* KEYS: potential uninitialized variableDan Carpenter2016-07-271-1/+1
* security: let security modules use PTRACE_MODE_* with bitmasksJann Horn2016-03-032-7/+5
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-02-251-1/+6
* EVM: Use crypto_memneq() for digest comparisonsRyan Ware2016-02-171-1/+2
* KEYS: Fix keyring ref leak in join_session_keyring()Yevgeny Pats2016-01-311-0/+1
* KEYS: Fix race between read and revokeDavid Howells2015-12-191-9/+9
* Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...James Morris2015-11-261-2/+2
|\
| * selinux: fix bug in conditional rules handlingStephen Smalley2015-11-241-2/+2
* | KEYS: Fix handling of stored error in a negatively instantiated user keyDavid Howells2015-11-253-2/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-11-103-9/+10
|\ \
| * | smack: use skb_to_full_sk() helperEric Dumazet2015-11-081-4/+7
| * | net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()Eric Dumazet2015-11-082-15/+3
| * | selinux: fix random read in selinux_ip_postroute_compat()Eric Dumazet2015-11-051-4/+14
* | | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-11-0525-183/+393
|\ \ \ | |/ / |/| |
| * | Merge tag 'keys-next-20151021' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2015-10-2313-75/+84
| |\ \
| | * | KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-2113-67/+82
| | * | keys: Be more consistent in selection of union members usedInsu Yun2015-10-211-1/+1
| | * | KEYS: use kvfree() in add_keyGeliang Tang2015-10-211-7/+1
| * | | Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...James Morris2015-10-225-45/+36
| |\ \ \ | | | |/ | | |/|
| | * | selinux: Use a kmem_cache for allocation struct file_security_structSangwoo2015-10-211-2/+6
| | * | selinux: ioctl_has_perm should be staticGeliang Tang2015-10-211-1/+1
| | * | selinux: use sprintf return valueRasmus Villemoes2015-10-211-4/+1
| | * | selinux: use kstrdup() in security_get_bools()Rasmus Villemoes2015-10-211-7/+1
| | * | selinux: use kmemdup in security_sid_to_context_core()Rasmus Villemoes2015-10-211-2/+2
| | * | selinux: remove pointless cast in selinux_inode_setsecurity()Rasmus Villemoes2015-10-211-1/+1
| | * | selinux: introduce security_context_str_to_sidRasmus Villemoes2015-10-214-25/+20
| | * | selinux: do not check open perm on ftruncate callJeff Vander Stoep2015-10-211-1/+2
| | * | selinux: change CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE defaultPaul Moore2015-10-211-2/+2
| | |/
| * / apparmor: clarify CRYPTO dependencyArnd Bergmann2015-10-221-1/+1
| |/
| * Merge branch 'smack-for-4.4' of https://github.com/cschaufler/smack-next into...James Morris2015-10-214-47/+238
| |\
| | * Smack: limited capability for changing process labelZbigniew Jasinski2015-10-194-41/+229
| | * Smack: pipefs fix in smack_d_instantiateRoman Kubiak2015-10-091-0/+3
| | * Smack: Minor initialisation improvementJosé Bollo2015-10-092-3/+3
| | * smack: smk_ipv6_port_list should be staticGeliang Tang2015-10-091-1/+1