Age | Commit message (Expand) | Author | Files | Lines |
2016-10-04 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 13 | -88/+172 |
2016-10-04 | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/audit | Linus Torvalds | 1 | -2/+2 |
2016-09-23 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -4/+7 |
2016-09-22 | KEYS: Fix skcipher IV clobbering | Herbert Xu | 1 | -4/+7 |
2016-09-21 | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in... | James Morris | 2 | -8/+21 |
2016-09-19 | lsm,audit,selinux: Introduce a new audit data type LSM_AUDIT_DATA_FILE | Vivek Goyal | 2 | -8/+21 |
2016-09-19 | Merge branch 'stable-4.9' of git://git.infradead.org/users/pcmoore/selinux in... | James Morris | 9 | -65/+119 |
2016-09-13 | selinux: fix error return code in policydb_read() | Wei Yongjun | 1 | -0/+1 |
2016-09-08 | Smack: Signal delivery as an append operation | Casey Schaufler | 3 | -7/+29 |
2016-09-07 | Merge tag 'usercopy-v4.8-rc6-part2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+11 |
2016-09-07 | usercopy: remove page-spanning test for now | Kees Cook | 1 | -0/+11 |
2016-08-30 | audit: consistently record PIDs with task_tgid_nr() | Paul Moore | 1 | -2/+2 |
2016-08-30 | selinux: fix overflow and 0 length allocations | William Roberts | 2 | -0/+5 |
2016-08-29 | selinux: initialize structures | William Roberts | 1 | -4/+4 |
2016-08-29 | selinux: detect invalid ebitmap | William Roberts | 1 | -0/+3 |
2016-08-23 | Smack: Use memdup_user() rather than duplicating its implementation | Markus Elfring | 1 | -8/+3 |
2016-08-19 | Make the hardened user-copy code depend on having a hardened allocator | Linus Torvalds | 1 | -0/+1 |
2016-08-18 | selinux: drop SECURITY_SELINUX_POLICYDB_VERSION_MAX | William Roberts | 2 | -42/+0 |
2016-08-10 | selinux: Implement dentry_create_files_as() hook | Vivek Goyal | 1 | -0/+22 |
2016-08-08 | security, overlayfs: Provide hook to correctly label newly created files | Vivek Goyal | 1 | -0/+11 |
2016-08-08 | selinux: Pass security pointer to determine_inode_label() | Vivek Goyal | 1 | -9/+10 |
2016-08-08 | selinux: Implementation for inode_copy_up_xattr() hook | Vivek Goyal | 1 | -0/+16 |
2016-08-08 | security,overlayfs: Provide security hook for copy up of xattrs for overlay file | Vivek Goyal | 1 | -0/+8 |
2016-08-08 | selinux: Implementation for inode_copy_up() hook | Vivek Goyal | 1 | -0/+21 |
2016-08-08 | security, overlayfs: provide copy up security hook for unioned files | Vivek Goyal | 1 | -0/+8 |
2016-08-08 | Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke... | Linus Torvalds | 1 | -0/+28 |
2016-08-08 | selinux: print leading 0x on ioctlcmd audits | William Roberts | 1 | -1/+1 |
2016-08-08 | security: Use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 3 | -9/+9 |
2016-08-06 | Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -2/+2 |
2016-07-29 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 36 | -195/+345 |
2016-07-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 5 | -8/+73 |
2016-07-28 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -9/+6 |
2016-07-28 | Merge branch 'salted-string-hash' | Linus Torvalds | 3 | -4/+4 |
2016-07-27 | apparmor: fix SECURITY_APPARMOR_HASH_DEFAULT parameter handling | Arnd Bergmann | 3 | -3/+7 |
2016-07-26 | mm: Hardened usercopy | Kees Cook | 1 | -0/+28 |
2016-07-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -12/+18 |
2016-07-20 | qstr: constify dentry_init_security | Al Viro | 2 | -2/+2 |
2016-07-12 | apparmor: fix arg_size computation for when setprocattr is null terminated | John Johansen | 1 | -1/+1 |
2016-07-12 | apparmor: fix oops, validate buffer size in apparmor_setprocattr() | Vegard Nossum | 1 | -17/+19 |
2016-07-12 | apparmor: do not expose kernel stack | Heinrich Schuchardt | 1 | -1/+3 |
2016-07-12 | apparmor: fix module parameters can be changed after policy is locked | John Johansen | 3 | -13/+29 |
2016-07-12 | apparmor: fix oops in profile_unpack() when policy_db is not present | John Johansen | 1 | -0/+3 |
2016-07-12 | apparmor: don't check for vmalloc_addr if kvzalloc() failed | John Johansen | 1 | -5/+5 |
2016-07-12 | apparmor: add missing id bounds check on dfa verification | John Johansen | 2 | -0/+3 |
2016-07-12 | apparmor: allow SYS_CAP_RESOURCE to be sufficient to prlimit another task | Jeff Mahoney | 1 | -2/+4 |
2016-07-12 | apparmor: use list_next_entry instead of list_entry_next | Geliang Tang | 1 | -5/+3 |
2016-07-12 | apparmor: fix refcount race when finding a child profile | John Johansen | 1 | -1/+3 |
2016-07-12 | apparmor: fix ref count leak when profile sha1 hash is read | John Johansen | 1 | -0/+1 |
2016-07-12 | apparmor: check that xindex is in trans_table bounds | John Johansen | 1 | -1/+1 |
2016-07-12 | apparmor: ensure the target profile name is always audited | John Johansen | 1 | -11/+9 |