aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2024-03-14 06:02:44 +0000
committerGordon Bergling <gbe@FreeBSD.org>2024-03-14 06:02:44 +0000
commit6a6ec90681cf30eac2512ab96362a35e259fab62 (patch)
tree4bc268fa27fe19ebc9e19714a6bc3e2bd47067aa
parentf974ced38a4a264bb78b4f067b44bf587f7887db (diff)
downloadsrc-6a6ec90681cf30eac2512ab96362a35e259fab62.tar.gz
src-6a6ec90681cf30eac2512ab96362a35e259fab62.zip
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
-rw-r--r--contrib/openbsm/etc/audit_class3
-rw-r--r--contrib/openbsm/etc/audit_control3
-rw-r--r--contrib/openbsm/etc/audit_event5
-rw-r--r--contrib/openbsm/etc/audit_filter3
-rw-r--r--contrib/openbsm/etc/audit_user3
-rw-r--r--contrib/openbsm/etc/audit_warn3
6 files changed, 1 insertions, 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: $@"