aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)Author
2017-03-23treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-03-23mm: introduce kv[mz]alloc helpersMichal Hocko
2017-03-23Merge remote-tracking branch 'selinux/next'Stephen Rothwell
2017-03-23Merge remote-tracking branch 'keys/keys-next'Stephen Rothwell
2017-03-23Merge remote-tracking branch 'integrity/next'Stephen Rothwell
2017-03-23Merge remote-tracking branch 'security/next'Stephen Rothwell
2017-03-23Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell
2017-03-13ima: provide ">" and "<" operators for fowner/uid/euid rules.Mikhail Kurinnoi
2017-03-10selinux: check for address length in selinux_socket_bind()Alexander Potapenko
2017-03-09security/Kconfig: further restrict HARDENED_USERCOPYTycho Andersen
2017-03-07ima: accept previously set IMA_NEW_FILEDaniel Glöckner
2017-03-06integrity: mark default IMA rules as __ro_after_initJames Morris
2017-03-06selinux: constify nlmsg permission tablesJames Morris
2017-03-06security: mark LSM hooks as __ro_after_initJames Morris
2017-03-06security: introduce CONFIG_SECURITY_WRITABLE_HOOKSJames Morris
2017-03-06selinux: fix kernel BUG on prlimit(..., NULL, NULL)Stephen Smalley
2017-03-06prlimit,security,selinux: add a security hook for prlimitStephen Smalley
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-02-16initify: Mark functions with the __nocapture attributeEmese Revfy
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-10KEYS: Use memzero_explicit() for secret dataDan Carpenter
2017-02-10KEYS: Fix an error code in request_master_key()Dan Carpenter
2017-02-10Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris
2017-02-08selinux: fix off-by-one in setprocattrStephen Smalley
2017-02-08Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris
2017-02-07selinux: allow changing labels for cgroupfsAntonio Murdaca
2017-02-07selinux: fix off-by-one in setprocattrStephen Smalley
2017-01-27ima: allow to check MAY_APPENDLans Zhang
2017-01-27ima: fix ima_d_path() possible race with renameMimi Zohar
2017-01-27Merge branch 'smack-for-4.11' of git://github.com/cschaufler/smack-next into ...James Morris
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen
2017-01-24exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman
2017-01-24exec: Test the ptracer's saved cred to see if the tracee can gain capsEric W. Biederman
2017-01-24exec: Don't reset euid and egid when the tracee has CAP_SETUIDEric W. Biederman
2017-01-19Introduce STATIC_USERMODEHELPER to mediate call_usermodehelper()Greg Kroah-Hartman