This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1ee08de1e234 Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kerne [...] new 27acbf41be39 tomoyo: use true for bool variable new 91681e8480af Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitro [...] new a48b284b403a audit: fix a net reference leak in audit_send_reply() new 3054d0671907 audit: fix a net reference leak in audit_list_rules_send() new 9d2161bed4e3 audit: log audit netlink multicast bind and unbind new c4dad0aab3fc audit: tidy and extend netfilter_cfg x_tables new a45d88530b25 netfilter: add audit table unregister actions new db9ff6ecf6ef audit: make symbol 'audit_nfcfgs' static new 0090c1edebf4 audit: Replace zero-length array with flexible-array new 9d44a121c5a7 audit: add subj creds to NETFILTER_CFG record to new 9d99b1647fa5 Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/ [...] new 4b8503967ef5 selinux: fix warning Comparison to bool new 433e3aa37773 selinux: drop unnecessary smp_load_acquire() call new e67b2ec9f617 selinux: store role transitions in a hash table new 50077289804c selinux: hash context structure directly new 225621c9348d selinux: move context hashing under sidtab new 430059024389 selinux: implement new format of filename transitions new 9521eb3ea19a selinux: don't produce incorrect filename_trans_count new 4c09f8b6913a selinux: fix error return code in policydb_read() new 3348bd33e8cf selinux: simplify range_write() new 46619b44e431 selinux: fix return value on error in policydb_read() new 03414a49ad5f selinux: do not allocate hashtabs dynamically new fe5a90b8c149 selinux: netlabel: Remove unused inline function new f41030a20b38 Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pu [...] new 60cf7c5ed5f7 lockdown: Allow unprivileged users to see lockdown status new 56f2e3b7d819 capabilities: add description for CAP_SETFCAP new d9afbb350990 Merge branch 'next-general' of git://git.kernel.org/pub/sc [...]
The 27 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/linux/audit.h | 24 +- include/uapi/linux/audit.h | 1 + include/uapi/linux/capability.h | 2 + kernel/audit.c | 100 +++++--- kernel/audit.h | 2 +- kernel/auditfilter.c | 16 +- kernel/auditsc.c | 31 +++ net/bridge/netfilter/ebtables.c | 14 +- net/netfilter/x_tables.c | 14 +- security/lockdown/lockdown.c | 2 +- security/selinux/Makefile | 2 +- security/selinux/include/netlabel.h | 6 - security/selinux/include/security.h | 3 +- security/selinux/ss/context.c | 32 +++ security/selinux/ss/context.h | 11 +- security/selinux/ss/ebitmap.c | 14 ++ security/selinux/ss/ebitmap.h | 1 + security/selinux/ss/hashtab.c | 51 ++-- security/selinux/ss/hashtab.h | 13 +- security/selinux/ss/mls.c | 16 +- security/selinux/ss/mls.h | 11 + security/selinux/ss/policydb.c | 451 +++++++++++++++++++++++++----------- security/selinux/ss/policydb.h | 15 +- security/selinux/ss/services.c | 153 +++++------- security/selinux/ss/services.h | 3 - security/selinux/ss/sidtab.c | 35 +-- security/selinux/ss/sidtab.h | 1 + security/selinux/ss/symtab.c | 5 +- security/selinux/ss/symtab.h | 2 +- security/tomoyo/common.c | 2 +- 30 files changed, 651 insertions(+), 382 deletions(-) create mode 100644 security/selinux/ss/context.c