mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
6 lines
135 B
Bash
6 lines
135 B
Bash
#!/bin/sh
|
|
#
|
|
# $P4: //depot/projects/trustedbsd/openbsm/etc/audit_warn#3 $
|
|
# $FreeBSD$
|
|
#
|
|
logger -p security.warning "audit warning: $@"
|