aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 4-4/+4
2016-12-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-0/+2
2016-12-21selinux: use the kernel headers when building scripts/selinuxGravatar Paul Moore 1-0/+2
2016-12-20ima: platform-independent hash valueGravatar Andreas Steffen 1-2/+4
2016-12-20ima: define a canonical binary_runtime_measurements list formatGravatar Mimi Zohar 5-13/+62
2016-12-20ima: support restoring multiple template formatsGravatar Mimi Zohar 1-3/+49
2016-12-20ima: store the builtin/custom template definitions in a listGravatar Mimi Zohar 3-11/+43
2016-12-20ima: on soft reboot, save the measurement listGravatar Mimi Zohar 3-1/+119
2016-12-20ima: maintain memory size needed for serializing the measurement listGravatar Mimi Zohar 3-2/+64
2016-12-20ima: permit duplicate measurement list entriesGravatar Mimi Zohar 1-6/+10
2016-12-20ima: on soft reboot, restore the measurement listGravatar Mimi Zohar 6-0/+255
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-2/+2
2016-12-15Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linusGravatar Al Viro 1-1/+1
2016-12-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2016-12-14mm: add locked parameter to get_user_pages_remote()Gravatar Lorenzo Stoakes 1-1/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+10
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 14-137/+166
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+7
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsGravatar Al Viro 1-1/+1
2016-12-05Yama: allow access for the current ptrace parentGravatar Josh Stone 1-1/+15
2016-12-04don't open-code file_inode()Gravatar Al Viro 1-1/+1
2016-12-02Revert "evm: Translate user/group ids relative to s_user_ns when computing HMAC"Gravatar Eric W. Biederman 1-2/+10
2016-11-24Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 4-51/+84
2016-11-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...Gravatar James Morris 5-10/+14
2016-11-22selinux: Convert isec->lock into a spinlockGravatar Andreas Gruenbacher 2-40/+66
2016-11-22Merge remote branch 'smack/smack-for-4.10' into nextGravatar James Morris 4-75/+53
2016-11-21selinux: keep SELinux in sync with new capability definitionsGravatar Stephen Smalley 1-0/+4
2016-11-21apparmor: fix change_hat not finding hat after policy replacementGravatar John Johansen 1-2/+4
2016-11-20selinux: normalize input to /sys/fs/selinux/enforceGravatar Stephen Smalley 1-0/+2
2016-11-16posix-timers: Make them configurableGravatar Nicolas Pitre 1-4/+7
2016-11-15Smack: Remove unnecessary smack_known_invalidGravatar Casey Schaufler 4-36/+4
2016-11-14Smack: Use GFP_KERNEL for smack_parse_opts_str().Gravatar Tetsuo Handa 1-2/+2
2016-11-14selinux: Clean up initialization of isec->sclassGravatar Andreas Gruenbacher 1-6/+4
2016-11-14proc: Pass file mode to proc_pid_make_inodeGravatar Andreas Gruenbacher 1-0/+1
2016-11-14selinux: Minor cleanupsGravatar Andreas Gruenbacher 2-3/+4
2016-11-14SELinux: Use GFP_KERNEL for selinux_parse_opts_str().Gravatar Tetsuo Handa 1-2/+3
2016-11-13security/integrity: Harden against malformed xattrsGravatar Seth Forshee 3-2/+9
2016-11-13ima: include the reason for TPM-bypass modeGravatar Mimi Zohar 1-1/+2
2016-11-13Revert "ima: limit file hash setting by user to fix and log modes"Gravatar Mimi Zohar 1-6/+2
2016-11-13ima: fix memory leak in ima_release_policyGravatar Eric Richter 1-1/+1
2016-11-10Smack: ipv6 label match fixGravatar Casey Schaufler 1-6/+6
2016-11-10SMACK: Fix the memory leak in smack_cred_prepare() hookGravatar Himanshu Shukla 1-1/+2
2016-11-10SMACK: Do not apply star label in smack_setprocattr hookGravatar Himanshu Shukla 1-3/+4
2016-11-10smack: parse mnt opts after privileges checkGravatar Himanshu Shukla 1-25/+25
2016-11-04Smack: Assign smack_known_web label for kernel thread'sGravatar jooseong lee 1-2/+10
2016-10-27security/keys: make BIG_KEYS dependent on stdrng.Gravatar Artem Savkov 1-1/+1
2016-10-27KEYS: Sort out big_key initialisationGravatar David Howells 1-27/+32
2016-10-27KEYS: Fix short sprintf buffer in /proc/keys show functionGravatar David Howells 1-1/+1
2016-10-22Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2016-10-20mm: Change vm_is_stack_for_task() to vm_is_stack_for_current()Gravatar Andy Lutomirski 1-1/+1