2bd138f9ed
import.
7 lines
135 B
Bash
7 lines
135 B
Bash
#!/bin/sh
|
|
#
|
|
# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_warn#3 $
|
|
# $FreeBSD$
|
|
#
|
|
logger -p security.warning "audit warning: $@"
|