mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
Document the limitations associated with using the audit syscalls
from jailed process. These might get implemented in jails in the future, but for now they are not supported. Discussed on: freebsd-security@ Reviewed by: brueffer@ MFC after: 2 weeks
This commit is contained in:
parent
0e33efe4e4
commit
49f12e36d0
1 changed files with 8 additions and 0 deletions
|
|
@ -138,3 +138,11 @@ incomplete argument information.
|
|||
Mandatory Access Control (MAC) labels, as provided by the
|
||||
.Xr mac 4
|
||||
facility, are not audited as part of records involving MAC decisions.
|
||||
.Pp
|
||||
Currently the
|
||||
.Nm
|
||||
syscalls are not supported for jailed processes.
|
||||
However, if a process has
|
||||
.Nm
|
||||
session state associated with it, audit records will still be produced and a zonename token
|
||||
containing the jail's ID or name will be present in the audit records.
|
||||
|
|
|
|||
Loading…
Reference in a new issue