index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-24
selinux: Remove unused variable in selinux_inode_init_security
Andreas Gruenbacher
1
-2
/
+0
2015-12-20
keys, trusted: seal with a TPM2 authorization policy
Jarkko Sakkinen
1
-0
/
+26
2015-12-20
keys, trusted: select hash algorithm for TPM2 chips
Jarkko Sakkinen
2
-1
/
+27
2015-12-20
keys, trusted: fix: *do not* allow duplicate key options
Jarkko Sakkinen
1
-0
/
+3
2015-12-19
KEYS: Fix race between read and revoke
David Howells
1
-9
/
+9
2015-12-17
Smack: type confusion in smak sendmsg() handler
Roman Kubiak
1
-1
/
+1
2015-12-15
security/integrity: make ima/ima_mok.c explicitly non-modular
Paul Gortmaker
1
-3
/
+2
2015-12-15
ima: update appraise flags after policy update completes
Mimi Zohar
1
-2
/
+5
2015-12-15
IMA: prevent keys on the .ima_blacklist from being removed
Mimi Zohar
1
-0
/
+2
2015-12-15
KEYS: prevent keys from being removed from specified keyrings
Mimi Zohar
2
-11
/
+51
2015-12-15
IMA: allow reading back the current IMA policy
Petko Manolov
4
-8
/
+253
2015-12-15
IMA: create machine owner and blacklist keyrings
Petko Manolov
4
-0
/
+87
2015-12-15
IMA: policy can now be updated multiple times
Petko Manolov
3
-28
/
+75
2015-12-15
evm: EVM_LOAD_X509 depends on EVM
Arnd Bergmann
1
-1
/
+1
2015-12-15
evm: reset EVM status when file attributes change
Dmitry Kasatkin
1
-0
/
+13
2015-12-15
evm: provide a function to set the EVM key from the kernel
Dmitry Kasatkin
2
-14
/
+46
2015-12-15
evm: enable EVM when X509 certificate is loaded
Dmitry Kasatkin
4
-3
/
+14
2015-12-15
evm: load an x509 certificate from the kernel
Dmitry Kasatkin
4
-0
/
+33
2015-12-13
nfs: Move call to security_inode_listsecurity into nfs_listxattr
Andreas Gruenbacher
1
-2
/
+0
2015-12-09
Smack: File receive for sockets
Casey Schaufler
1
-0
/
+22
2015-11-26
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into for-linus2
James Morris
1
-2
/
+2
2015-11-25
KEYS: Fix handling of stored error in a negatively instantiated user key
David Howells
3
-2
/
+10
2015-11-24
selinux: fix bug in conditional rules handling
Stephen Smalley
1
-2
/
+2
2015-11-23
integrity: define '.evm' as a builtin 'trusted' keyring
Dmitry Kasatkin
7
-22
/
+35
2015-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-9
/
+10
2015-11-08
smack: use skb_to_full_sk() helper
Eric Dumazet
1
-4
/
+7
2015-11-08
net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()
Eric Dumazet
2
-15
/
+3
2015-11-06
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
1
-1
/
+1
2015-11-05
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
25
-183
/
+393
2015-11-05
selinux: fix random read in selinux_ip_postroute_compat()
Eric Dumazet
1
-4
/
+14
2015-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+7
2015-10-23
Merge tag 'keys-next-20151021' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next
James Morris
13
-75
/
+84
2015-10-22
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into next
James Morris
5
-45
/
+36
2015-10-22
apparmor: clarify CRYPTO dependency
Arnd Bergmann
1
-1
/
+1
2015-10-21
selinux: Use a kmem_cache for allocation struct file_security_struct
Sangwoo
1
-2
/
+6
2015-10-21
selinux: ioctl_has_perm should be static
Geliang Tang
1
-1
/
+1
2015-10-21
selinux: use sprintf return value
Rasmus Villemoes
1
-4
/
+1
2015-10-21
selinux: use kstrdup() in security_get_bools()
Rasmus Villemoes
1
-7
/
+1
2015-10-21
selinux: use kmemdup in security_sid_to_context_core()
Rasmus Villemoes
1
-2
/
+2
2015-10-21
selinux: remove pointless cast in selinux_inode_setsecurity()
Rasmus Villemoes
1
-1
/
+1
2015-10-21
selinux: introduce security_context_str_to_sid
Rasmus Villemoes
4
-25
/
+20
2015-10-21
selinux: do not check open perm on ftruncate call
Jeff Vander Stoep
1
-1
/
+2
2015-10-21
selinux: change CONFIG_SECURITY_SELINUX_CHECKREQPROT_VALUE default
Paul Moore
1
-2
/
+2
2015-10-21
KEYS: Merge the type-specific data with the payload data
David Howells
13
-67
/
+82
2015-10-21
keys: Be more consistent in selection of union members used
Insu Yun
1
-1
/
+1
2015-10-21
KEYS: use kvfree() in add_key
Geliang Tang
1
-7
/
+1
2015-10-21
Merge branch 'smack-for-4.4' of https://github.com/cschaufler/smack-next into next
James Morris
4
-47
/
+238
2015-10-20
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next
James Morris
1
-1
/
+1
2015-10-19
Smack: limited capability for changing process label
Zbigniew Jasinski
4
-41
/
+229
2015-10-19
KEYS: Don't permit request_key() to construct a new keyring
David Howells
1
-0
/
+3
[prev]
[next]