mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Take contrib/openbsm/etc configuration files off the vendor branch in
order to add $FreeBSD$ tags, which helps mergemaster better manage updating them. Requested by: several Obtained from: TrustedBSD Project
This commit is contained in:
parent
1c53f80637
commit
e61dc6cac4
5 changed files with 5 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#
|
||||
# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_class#4 $
|
||||
# $FreeBSD$
|
||||
#
|
||||
# This file must match audit.h
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#
|
||||
# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_control#3 $
|
||||
# $FreeBSD$
|
||||
#
|
||||
dir:/var/audit
|
||||
flags:lo
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#
|
||||
# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_event#10 $
|
||||
# $FreeBSD$
|
||||
#
|
||||
0:AUE_NULL:indir system call:no
|
||||
1:AUE_EXIT:exit(2):pc
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
#
|
||||
# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_user#3 $
|
||||
# $FreeBSD$
|
||||
#
|
||||
root:lo:no
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_warn#3 $
|
||||
# $FreeBSD$
|
||||
#
|
||||
logger -p security.warning "audit warning: $@"
|
||||
|
|
|
|||
Loading…
Reference in a new issue