Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2019 21:32:57 +0200
From:      Konstantin Belousov <kostikbel@gmail.com>
To:        David Bright <dab@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: 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
Message-ID:  <20191118193257.GO2707@kib.kiev.ua>
In-Reply-To: <201911181331.xAIDVG75063465@repo.freebsd.org>
References:  <201911181331.xAIDVG75063465@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191118193257.GO2707>