This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 3c6a6910a81e Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...] new 0eb2f2962489 selinux: shuffle around policydb.c to get rid of forward d [...] new 2492acaf1e53 selinux: policydb - fix some checkpatch.pl warnings new f07ea1d4eda2 selinux: policydb - rename type_val_to_struct_array new 9b80c36353ed selinux: always return a secid from the network caches if [...] new ac5656d8a4cd fanotify, inotify, dnotify, security: add security hook fo [...] new 116f21bb967f selinux: avoid atomic_t usage in sidtab new 169ce0c081cd selinux: fix residual uses of current_security() for the S [...] new 15322a0d90b6 lsm: remove current_security() new 5825a95fe925 Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pu [...] new 21ab8580b383 LSM: SafeSetID: Stop releasing uninitialized ruleset new 1b5fb415442e Merge tag 'safesetid-bugfix-5.4' of git://github.com/micah [...]
The 11 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: fs/notify/dnotify/dnotify.c | 15 +- fs/notify/fanotify/fanotify_user.c | 19 +- fs/notify/inotify/inotify_user.c | 14 +- include/linux/cred.h | 1 - include/linux/lsm_hooks.h | 9 +- include/linux/security.h | 10 +- security/safesetid/securityfs.c | 3 +- security/security.c | 6 + security/selinux/hooks.c | 49 ++++- security/selinux/include/classmap.h | 5 +- security/selinux/include/objsec.h | 20 +- security/selinux/netif.c | 31 ++- security/selinux/netnode.c | 30 ++- security/selinux/netport.c | 24 +-- security/selinux/ss/policydb.c | 402 ++++++++++++++++++------------------ security/selinux/ss/policydb.h | 2 +- security/selinux/ss/services.c | 6 +- security/selinux/ss/sidtab.c | 48 ++--- security/selinux/ss/sidtab.h | 19 +- 19 files changed, 405 insertions(+), 308 deletions(-)