diff options
author | David Bright <dab@FreeBSD.org> | 2019-11-18 13:31:16 +0000 |
---|---|---|
committer | David Bright <dab@FreeBSD.org> | 2019-11-18 13:31:16 +0000 |
commit | 2d5603fe6507ec4d773de4f37d61bd6187e42208 (patch) | |
tree | 3a29672a8e8f2bc5b31262a828871ec75ce9f50e /sys/kern/syscalls.master | |
parent | d2e690132e5a9b7a955c34ced3fdd08064b77285 (diff) |
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
Notes
Notes:
svn path=/head/; revision=354808
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r-- | sys/kern/syscalls.master | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 034632c2512c..8c7a3bd06a6c 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -3205,7 +3205,7 @@ _In_z_ const char *name ); } -572 AUE_NULL STD { +572 AUE_SHMRENAME STD { int shm_rename( _In_z_ const char *path_from, _In_z_ const char *path_to, |