index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-19
commoncap: move assignment of fs_ns to avoid null pointer dereference
Colin Ian King
1
-1
/
+2
2017-10-19
Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5
James Morris
14
-53
/
+88
2017-10-18
KEYS: load key flags and expiry time atomically in proc_keys_show()
Eric Biggers
1
-10
/
+14
2017-10-18
KEYS: Load key expiry time atomically in keyring_search_iterator()
Eric Biggers
1
-1
/
+3
2017-10-18
KEYS: load key flags and expiry time atomically in key_validate()
Eric Biggers
1
-3
/
+4
2017-10-18
KEYS: don't let add_key() update an uninstantiated key
David Howells
1
-0
/
+10
2017-10-18
KEYS: Fix race between updating and finding a negative key
David Howells
12
-39
/
+49
2017-10-18
security/keys: BIG_KEY requires CONFIG_CRYPTO
Arnd Bergmann
1
-0
/
+1
2017-10-12
KEYS: encrypted: fix dereference of NULL user_key_payload
Eric Biggers
1
-0
/
+7
2017-10-04
lsm: fix smack_inode_removexattr and xattr_getsecurity memleak
Casey Schaufler
1
-30
/
+25
2017-09-28
Merge commit 'keys-fixes-20170927' into fixes-v4.14-rc3
James Morris
9
-152
/
+137
2017-09-25
security/keys: rewrite all of big_key crypto
Jason A. Donenfeld
2
-71
/
+60
2017-09-25
security/keys: properly zero out sensitive key material in big_key
Jason A. Donenfeld
1
-6
/
+6
2017-09-25
KEYS: use kmemdup() in request_key_auth_new()
Eric Biggers
1
-3
/
+2
2017-09-25
KEYS: restrict /proc/keys by credentials at open time
Eric Biggers
1
-6
/
+2
2017-09-25
KEYS: reset parent each time before searching key_user_tree
Eric Biggers
1
-2
/
+2
2017-09-25
KEYS: prevent KEYCTL_READ on negative key
Eric Biggers
1
-0
/
+5
2017-09-25
KEYS: prevent creating a different user's keyrings
Eric Biggers
4
-12
/
+21
2017-09-25
KEYS: fix writing past end of user-supplied buffer in keyring_read()
Eric Biggers
1
-9
/
+5
2017-09-25
KEYS: fix key refcount leak in keyctl_read_key()
Eric Biggers
1
-1
/
+1
2017-09-25
KEYS: fix key refcount leak in keyctl_assume_authority()
Eric Biggers
1
-4
/
+2
2017-09-25
KEYS: don't revoke uninstantiated key in request_key_auth_new()
Eric Biggers
1
-1
/
+0
2017-09-25
KEYS: fix cred refcount leak in request_key_auth_new()
Eric Biggers
1
-37
/
+31
2017-09-24
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2017-09-23
security: fix description of values returned by cap_inode_need_killpriv
Stefan Berger
1
-3
/
+3
2017-09-23
Merge tag 'apparmor-pr-2017-09-22' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
24
-137
/
+2088
2017-09-22
apparmor: fix apparmorfs DAC access permissions
John Johansen
1
-4
/
+4
2017-09-22
apparmor: fix build failure on sparc caused by undeclared signals
John Johansen
1
-1
/
+4
2017-09-22
apparmor: fix incorrect type assignment when freeing proxies
John Johansen
1
-1
/
+1
2017-09-22
apparmor: ensure unconfined profiles have dfas initialized
John Johansen
1
-0
/
+2
2017-09-22
apparmor: fix race condition in null profile creation
John Johansen
1
-3
/
+11
2017-09-22
apparmor: move new_null_profile to after profile lookup fns()
John Johansen
1
-79
/
+79
2017-09-22
apparmor: add base infastructure for socket mediation
John Johansen
12
-16
/
+840
2017-09-22
apparmor: add more debug asserts to apparmorfs
John Johansen
1
-0
/
+17
2017-09-22
apparmor: make policy_unpack able to audit different info messages
John Johansen
2
-16
/
+40
2017-09-22
apparmor: add support for absolute root view based labels
John Johansen
2
-1
/
+10
2017-09-22
apparmor: cleanup conditional check for label in label_print
John Johansen
1
-14
/
+8
2017-09-22
apparmor: add mount mediation
John Johansen
9
-4
/
+841
2017-09-22
apparmor: add the ability to mediate signals
John Johansen
7
-0
/
+231
2017-09-22
apparmor: Redundant condition: prev_ns. in [label.c:1498]
John Johansen
1
-1
/
+1
2017-09-22
apparmor: Fix an error code in aafs_create()
Dan Carpenter
1
-1
/
+3
2017-09-22
apparmor: Fix logical error in verify_header()
Christos Gkekas
1
-1
/
+1
2017-09-22
apparmor: Fix shadowed local variable in unpack_trans_table()
Geert Uytterhoeven
1
-2
/
+2
2017-09-14
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-2
/
+4
2017-09-12
Merge tag 'selinux-pr-20170831' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
28
-56
/
+78
2017-09-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-21
/
+256
2017-09-07
Merge tag 'audit-pr-20170907' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2017-09-07
Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
9
-120
/
+23
2017-09-05
selinux: remove AVC init audit log message
Richard Guy Briggs
1
-2
/
+0
2017-09-04
fs: fix kernel_write prototype
Christoph Hellwig
1
-1
/
+2
[next]