svn commit: r354808 - in head: contrib/openbsm/etc contrib/openbsm/sys/bsm sys/bsm sys/compat/freebsd32 sys/kern sys/security/audit sys/sys tests/sys/posixshm

Konstantin Belousov kostikbel at gmail.com
Mon Nov 18 19:33:05 UTC 2019


On Mon, Nov 18, 2019 at 01:31:16PM +0000, David Bright wrote:
> Author: dab
> Date: Mon Nov 18 13:31:16 2019
> New Revision: 354808
> URL: https://svnweb.freebsd.org/changeset/base/354808
> 
> Log:
>   Jail and capability mode for shm_rename; add audit support for shm_rename
>   
>   Co-mingling two things here:
>   
>     * Addressing some feedback from Konstantin and Kyle re: jail,
>       capability mode, and a few other things
>     * Adding audit support as promised.
>   
>   The audit support change includes a partial refresh of OpenBSM from
>   upstream, where the change to add shm_rename has already been
>   accepted. Matthew doesn't plan to work on refreshing anything else to
>   support audit for those new event types.
>   
>   Submitted by:	Matthew Bryan <matthew.bryan at isilon.com>
>   Reviewed by:	kib
>   Relnotes:	Yes
>   Sponsored by:	Dell EMC Isilon
>   Differential Revision:	https://reviews.freebsd.org/D22083
> 
> Modified:
>   head/contrib/openbsm/etc/audit_event
>   head/contrib/openbsm/sys/bsm/audit_kevents.h
>   head/sys/bsm/audit_kevents.h
>   head/sys/compat/freebsd32/freebsd32_sysent.c
>   head/sys/compat/freebsd32/syscalls.master
>   head/sys/kern/init_sysent.c
>   head/sys/kern/syscalls.master
>   head/sys/kern/uipc_shm.c
>   head/sys/security/audit/audit_bsm.c
>   head/sys/sys/mman.h
>   head/sys/sys/sysproto.h
>   head/tests/sys/posixshm/posixshm_test.c

At least, the generated files should be not committed together with
human-written code.


More information about the svn-src-head mailing list