git: 6a6ec90681cf - main - OpenBSM: Remove $FreeSBD$ tags from the configuration files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Mar 2024 06:03:03 UTC
The branch main has been updated by gbe:
URL: https://cgit.FreeBSD.org/src/commit/?id=6a6ec90681cf30eac2512ab96362a35e259fab62
commit 6a6ec90681cf30eac2512ab96362a35e259fab62
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-03-14 06:02:44 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-14 06:02:44 +0000
OpenBSM: Remove $FreeSBD$ tags from the configuration files
In e61dc6cac4001f1abfc48ee27e4e623c2c044fa8 the configuration
files were taken off the vendor branch to help mergemaster
comparing them.
Since mergemaster will be deprecated and $FreeBSD$ tags aren't
used anymore, remove them.
While here, sync audit_filter with upstream commit 5e6da76 (typo).
Reviewed by: imp
Approved by: imp
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D44318
---
contrib/openbsm/etc/audit_class | 3 ---
contrib/openbsm/etc/audit_control | 3 ---
contrib/openbsm/etc/audit_event | 5 +----
contrib/openbsm/etc/audit_filter | 3 ---
contrib/openbsm/etc/audit_user | 3 ---
contrib/openbsm/etc/audit_warn | 3 ---
6 files changed, 1 insertion(+), 19 deletions(-)
diff --git a/contrib/openbsm/etc/audit_class b/contrib/openbsm/etc/audit_class
index 47868b17d5da..4fdb14efeea0 100644
--- a/contrib/openbsm/etc/audit_class
+++ b/contrib/openbsm/etc/audit_class
@@ -1,6 +1,3 @@
-#
-# $FreeBSD$
-#
0x00000000:no:invalid class
0x00000001:fr:file read
0x00000002:fw:file write
diff --git a/contrib/openbsm/etc/audit_control b/contrib/openbsm/etc/audit_control
index d71b9a817452..aec726820f1e 100644
--- a/contrib/openbsm/etc/audit_control
+++ b/contrib/openbsm/etc/audit_control
@@ -1,6 +1,3 @@
-#
-# $FreeBSD$
-#
dir:/var/audit
dist:off
flags:lo,aa
diff --git a/contrib/openbsm/etc/audit_event b/contrib/openbsm/etc/audit_event
index be3557597eee..31b4adc221a6 100644
--- a/contrib/openbsm/etc/audit_event
+++ b/contrib/openbsm/etc/audit_event
@@ -1,6 +1,3 @@
-#
-# $FreeBSD$
-#
# The mapping between event identifiers and values is also hard-coded in
# audit_kevents.h and audit_uevents.h, so changes must occur in both places,
# and programs, such as the kernel, may need to be recompiled to recognize
@@ -442,7 +439,7 @@
43079:AUE_CAPGET:capget(2):pc
43080:AUE_CAPSET:capset(2):pc
43081:AUE_PIVOT_ROOT:pivot_root(2):pc
-43082:AUE_RTPRIO::rtprio(2):pc
+43082:AUE_RTPRIO:rtprio(2):pc
43083:AUE_SCHED_GETPARAM:sched_getparam(2):ad
43084:AUE_SCHED_SETPARAM:sched_setparam(2):ad
43085:AUE_SCHED_GET_PRIORITY_MAX:sched_get_priority_max(2):ad
diff --git a/contrib/openbsm/etc/audit_filter b/contrib/openbsm/etc/audit_filter
index d0dc1c0baa5c..8e3fa719d232 100644
--- a/contrib/openbsm/etc/audit_filter
+++ b/contrib/openbsm/etc/audit_filter
@@ -1,5 +1,2 @@
-#
-# $FreeBSD$
-#
# modulename:various arguments here
#
diff --git a/contrib/openbsm/etc/audit_user b/contrib/openbsm/etc/audit_user
index 035066228e91..303b0c137efd 100644
--- a/contrib/openbsm/etc/audit_user
+++ b/contrib/openbsm/etc/audit_user
@@ -1,4 +1 @@
-#
-# $FreeBSD$
-#
root:lo:no
diff --git a/contrib/openbsm/etc/audit_warn b/contrib/openbsm/etc/audit_warn
index 4b8498ea4144..8feb0fa4954f 100644
--- a/contrib/openbsm/etc/audit_warn
+++ b/contrib/openbsm/etc/audit_warn
@@ -1,6 +1,3 @@
#!/bin/sh
-#
-# $FreeBSD$
-#
logger -p security.warning "audit warning: $@"