summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* selinux: Return directly after a failed kzalloc() in class_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in role_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in type_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in user_read()Markus Elfring2017-03-291-2/+1
* selinux: Improve another size determination in sens_read()Markus Elfring2017-03-291-1/+1
* selinux: Return directly after a failed kzalloc() in sens_read()Markus Elfring2017-03-291-2/+1
* selinux: Return directly after a failed kzalloc() in cat_read()Markus Elfring2017-03-291-2/+1
* selinux: Delete an unnecessary variable initialisation in range_read()Markus Elfring2017-03-231-1/+1
* selinux: Return directly after a failed next_entry() in range_read()Markus Elfring2017-03-231-1/+1
* selinux: Delete an unnecessary variable assignment in filename_trans_read()Markus Elfring2017-03-231-1/+0
* selinux: One function call less in genfs_read() after null pointer detectionMarkus Elfring2017-03-231-2/+3
* selinux: Return directly after a failed next_entry() in genfs_read()Markus Elfring2017-03-231-1/+1
* selinux: Delete an unnecessary return statement in policydb_destroy()Markus Elfring2017-03-231-2/+0
* selinux: Use kcalloc() in policydb_index()Markus Elfring2017-03-231-9/+9
* selinux: Adjust four checks for null pointersMarkus Elfring2017-03-231-4/+4
* selinux: Use kmalloc_array() in hashtab_create()Markus Elfring2017-03-231-1/+1
* selinux: Improve size determinations in four functionsMarkus Elfring2017-03-231-4/+4
* selinux: Delete an unnecessary return statement in cond_compute_av()Markus Elfring2017-03-231-1/+0
* selinux: Use kmalloc_array() in cond_init_bool_indexes()Markus Elfring2017-03-231-2/+3
* selinux: check for address length in selinux_socket_bind()Alexander Potapenko2017-03-101-0/+8
* selinux: constify nlmsg permission tablesJames Morris2017-03-061-5/+5
* security: mark LSM hooks as __ro_after_initJames Morris2017-03-068-8/+8
* security: introduce CONFIG_SECURITY_WRITABLE_HOOKSJames Morris2017-03-062-0/+11
* selinux: fix kernel BUG on prlimit(..., NULL, NULL)Stephen Smalley2017-03-061-0/+2
* prlimit,security,selinux: add a security hook for prlimitStephen Smalley2017-03-063-1/+23
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-0310-1/+18
|\
| * sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...Ingo Molnar2017-03-021-0/+2
| * sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...Ingo Molnar2017-03-024-0/+7
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
| * sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-024-0/+5
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
| * sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* | selinux: wrap cgroup seclabel support with its own policy capabilityStephen Smalley2017-03-024-4/+12
* | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-024-8/+8
|/
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-272-2/+2
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-3/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-02-234-6/+6
|\
| * exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman2017-01-244-5/+4
| * exec: Test the ptracer's saved cred to see if the tracee can gain capsEric W. Biederman2017-01-241-1/+2
| * exec: Don't reset euid and egid when the tracee has CAP_SETUIDEric W. Biederman2017-01-241-1/+1
* | Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-02-222-3/+39
|\ \
| * | Introduce STATIC_USERMODEHELPER to mediate call_usermodehelper()Greg Kroah-Hartman2017-01-191-0/+35
| * | Make static usermode helper binaries constantGreg Kroah-Hartman2017-01-191-3/+4
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-222-3/+8
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-111-1/+1
| |\ \
| * | | Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen2017-01-241-1/+2
| | |/ | |/|
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-2154-1839/+3314
|\ \ \
| * | | KEYS: Use memzero_explicit() for secret dataDan Carpenter2017-02-101-1/+1
| * | | KEYS: Fix an error code in request_master_key()Dan Carpenter2017-02-101-1/+1
| * | | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-02-109-276/+327
| |\ \ \