This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fafe1e39ed21 Merge tag 'afs-netfs-lib-20210426' of git://git.kernel.org [...] new 7fa2e79a6bb9 selinux: Allow context mounts for unpriviliged overlayfs new 2554a48f4437 selinux: measure state and policy capabilities new 63ddf1baa0e3 selinux: fix misspellings using codespell tool new 431c3be16bd0 selinux: fix misspellings using codespell tool new 69c4a42d72eb lsm,selinux: add new hook to compare new mount to an exist [...] new 8c6d76a31441 nfs: remove unneeded null check in nfs_fill_super() new ec1ade6a0448 nfs: account for selinux security context when deciding to [...] new 4ebd7651bfc8 lsm: separate security_task_getsecid() into subjective and [...] new eb1231f73c4d selinux: clarify task subjective and objective credentials new 1fb057dcde11 smack: differentiate between subjective and objective task [...] new e4c82eafb609 selinux: add proper NULL termination to the secclass_map p [...] new f1c921fb70de Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pu [...] new 5504a69a4219 audit: further cleanup of AUDIT_FILTER_ENTRY deprecation new c43223755075 MAINTAINERS: update audit files new 1dd34cfcfd07 audit: document /proc/PID/loginuid new 7c585c9dffa5 audit: document /proc/PID/sessionid new d4ceb1d6e732 audit: avoid -Wempty-body warning new b75d8f38bcc9 audit: drop /proc/PID/loginuid documentation Format field new e359bce39d90 Merge tag 'audit-pr-20210426' of git://git.kernel.org/pub/ [...]
The 19 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: Documentation/ABI/stable/procfs-audit_loginuid | 27 ++++ MAINTAINERS | 2 + drivers/android/binder.c | 11 +- fs/nfs/fs_context.c | 3 + fs/nfs/internal.h | 1 + fs/nfs/super.c | 6 +- include/linux/cred.h | 2 +- include/linux/lsm_hook_defs.h | 6 +- include/linux/lsm_hooks.h | 18 ++- include/linux/nfs_fs_sb.h | 1 + include/linux/security.h | 18 ++- kernel/audit.c | 4 +- kernel/audit.h | 12 +- kernel/auditfilter.c | 3 +- kernel/auditsc.c | 19 ++- kernel/bpf/bpf_lsm.c | 3 +- net/netlabel/netlabel_unlabeled.c | 2 +- net/netlabel/netlabel_user.h | 2 +- security/apparmor/lsm.c | 3 +- security/integrity/ima/ima_appraise.c | 2 +- security/integrity/ima/ima_main.c | 14 +- security/security.c | 20 ++- security/selinux/hooks.c | 170 +++++++++++++++++++------ security/selinux/ima.c | 87 ++++++++++++- security/selinux/include/classmap.h | 5 +- security/selinux/include/ima.h | 6 + security/selinux/include/security.h | 2 +- security/selinux/selinuxfs.c | 6 + security/selinux/ss/hashtab.c | 2 +- security/selinux/ss/services.c | 2 +- security/smack/smack.h | 18 ++- security/smack/smack_lsm.c | 39 ++++-- 32 files changed, 411 insertions(+), 105 deletions(-) create mode 100644 Documentation/ABI/stable/procfs-audit_loginuid