diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-07-02 16:33:38 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-07-02 16:33:38 +0000 |
| commit | 6196f898bb97ebbdb76dfce7e872f218c2ff7469 (patch) | |
| tree | 54da166ee6dc51a24e2ecdb2b5351218b3492152 /sys/security | |
| parent | f0899a3460cc7a270f2b48260187db12a5b5f5fc (diff) | |
Notes
Diffstat (limited to 'sys/security')
| -rw-r--r-- | sys/security/audit/audit_bsm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/security/audit/audit_bsm.c b/sys/security/audit/audit_bsm.c index 72c574ec7578..e5c0d5235a2c 100644 --- a/sys/security/audit/audit_bsm.c +++ b/sys/security/audit/audit_bsm.c @@ -690,6 +690,7 @@ kaudit_to_bsm(struct kaudit_record *kar, struct au_record **pau) case AUE_MSGSYS: case AUE_NTP_ADJTIME: case AUE_PIPE: + case AUE_POSIX_OPENPT: case AUE_PROFILE: case AUE_RTPRIO: case AUE_SEMSYS: |
