aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2017-04-03security, keys: convert key_user.usage from atomic_t to refcount_tGravatar Elena Reshetova 4-6/+7
2017-04-03security, keys: convert key.usage from atomic_t to refcount_tGravatar Elena Reshetova 5-10/+10
2017-03-30TOMOYO: Use designated initializersGravatar Kees Cook 2-16/+16
2017-03-28LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...Gravatar Tetsuo Handa 1-0/+5
2017-03-24LSM: Initialize security_hook_heads upon registration.Gravatar Tetsuo Handa 1-354/+7
2017-03-06security: mark LSM hooks as __ro_after_initGravatar James Morris 8-8/+8
2017-03-06security: introduce CONFIG_SECURITY_WRITABLE_HOOKSGravatar James Morris 2-0/+11
2017-03-06selinux: fix kernel BUG on prlimit(..., NULL, NULL)Gravatar Stephen Smalley 1-0/+2
2017-03-06prlimit,security,selinux: add a security hook for prlimitGravatar Stephen Smalley 3-1/+23
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 10-1/+18
2017-03-02sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Gravatar Ingo Molnar 1-0/+2
2017-03-02sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Gravatar Ingo Molnar 4-0/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 2-0/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 4-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+1
2017-03-02selinux: wrap cgroup seclabel support with its own policy capabilityGravatar Stephen Smalley 4-4/+12
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 4-8/+8
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 2-2/+2
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfGravatar Dave Jiang 1-3/+2
2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 4-6/+6
2017-02-22Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-3/+39
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 2-3/+8
2017-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 54-1839/+3314
2017-02-20Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-8/+2
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-02-10KEYS: Use memzero_explicit() for secret dataGravatar Dan Carpenter 1-1/+1
2017-02-10KEYS: Fix an error code in request_master_key()Gravatar Dan Carpenter 1-1/+1
2017-02-10Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 9-276/+327
2017-02-08selinux: fix off-by-one in setprocattrGravatar Stephen Smalley 1-1/+1
2017-02-08Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 1-1/+1
2017-02-07selinux: allow changing labels for cgroupfsGravatar Antonio Murdaca 1-0/+2
2017-02-07selinux: fix off-by-one in setprocattrGravatar Stephen Smalley 1-1/+1
2017-01-27ima: allow to check MAY_APPENDGravatar Lans Zhang 2-4/+5
2017-01-27ima: fix ima_d_path() possible race with renameGravatar Mimi Zohar 3-6/+24
2017-01-27Merge branch 'smack-for-4.11' of git://github.com/cschaufler/smack-next into ...Gravatar James Morris 3-27/+95
2017-01-24Introduce a sysctl that modifies the value of PROT_SOCK.Gravatar Krister Johansen 1-1/+2
2017-01-24exec: Remove LSM_UNSAFE_PTRACE_CAPGravatar Eric W. Biederman 4-5/+4
2017-01-24exec: Test the ptracer's saved cred to see if the tracee can gain capsGravatar Eric W. Biederman 1-1/+2
2017-01-24exec: Don't reset euid and egid when the tracee has CAP_SETUIDGravatar Eric W. Biederman 1-1/+1
2017-01-19Introduce STATIC_USERMODEHELPER to mediate call_usermodehelper()Gravatar Greg Kroah-Hartman 1-0/+35
2017-01-19Make static usermode helper binaries constantGravatar Greg Kroah-Hartman 1-3/+4
2017-01-19LSM: Add /sys/kernel/security/lsmGravatar Casey Schaufler 9-9/+71
2017-01-16apparmor: fix undefined reference to `aa_g_hash_policy'Gravatar John Johansen 1-1/+1
2017-01-16apparmor: replace remaining BUG_ON() asserts with AA_BUG()Gravatar John Johansen 4-5/+5
2017-01-16apparmor: fix restricted endian type warnings for policy unpackGravatar John Johansen 1-6/+6
2017-01-16apparmor: fix restricted endian type warnings for dfa unpackGravatar John Johansen 2-12/+12
2017-01-16apparmor: add check for apparmor enabled in module parameters missing itGravatar John Johansen 1-0/+10
2017-01-16apparmor: add per cpu work buffers to avoid allocating buffers at every hookGravatar John Johansen 2-1/+103
2017-01-16apparmor: sysctl to enable unprivileged user ns AppArmor policy loadingGravatar Tyler Hicks 2-1/+47