summaryrefslogtreecommitdiff
path: root/security/selinux
AgeCommit message (Expand)Author
2017-03-29selinux: Return directly after a failed kzalloc() in class_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in role_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in type_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in user_read()Markus Elfring
2017-03-29selinux: Improve another size determination in sens_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in sens_read()Markus Elfring
2017-03-29selinux: Return directly after a failed kzalloc() in cat_read()Markus Elfring
2017-03-28rtnetlink: Add RTM_DELNETCONFDavid Ahern
2017-03-23selinux: Delete an unnecessary variable initialisation in range_read()Markus Elfring
2017-03-23selinux: Return directly after a failed next_entry() in range_read()Markus Elfring
2017-03-23selinux: Delete an unnecessary variable assignment in filename_trans_read()Markus Elfring
2017-03-23selinux: One function call less in genfs_read() after null pointer detectionMarkus Elfring
2017-03-23selinux: Return directly after a failed next_entry() in genfs_read()Markus Elfring
2017-03-23selinux: Delete an unnecessary return statement in policydb_destroy()Markus Elfring
2017-03-23selinux: Use kcalloc() in policydb_index()Markus Elfring
2017-03-23selinux: Adjust four checks for null pointersMarkus Elfring
2017-03-23selinux: Use kmalloc_array() in hashtab_create()Markus Elfring
2017-03-23selinux: Improve size determinations in four functionsMarkus Elfring
2017-03-23selinux: Delete an unnecessary return statement in cond_compute_av()Markus Elfring
2017-03-23selinux: Use kmalloc_array() in cond_init_bool_indexes()Markus Elfring
2017-03-10selinux: check for address length in selinux_socket_bind()Alexander Potapenko
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 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-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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-24Introduce a sysctl that modifies the value of PROT_SOCK.Krister Johansen
2017-01-24exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman
2017-01-19LSM: Add /sys/kernel/security/lsmCasey Schaufler
2017-01-12security,selinux,smack: kill security_task_wait hookStephen Smalley
2017-01-12selinux: drop unused socket security classesStephen Smalley
2017-01-09selinux: default to security isid in sel_make_bools() if no sid is foundGary Tierney
2017-01-09selinux: log errors when loading new policyGary Tierney
2017-01-09proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley
2017-01-09selinux: clean up cred usage and simplifyStephen Smalley
2017-01-09selinux: allow context mounts on tmpfs, ramfs, devpts within user namespacesStephen Smalley