aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2013-07-14 13:49:06 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2013-07-14 13:49:06 +0000
commitbc0e97ce46f76627afa222c7ec48ce1395dc127e (patch)
tree171a5b1172b6fbd36c1dd2ae2204d0fbe398f86b /security
parent38fc0fb04c9eb283ddd3d6e7c3ae21248347d908 (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/openbsm-devel/files/pkg-message.in14
1 files changed, 9 insertions, 5 deletions
diff --git a/security/openbsm-devel/files/pkg-message.in b/security/openbsm-devel/files/pkg-message.in
index 688c6845c555..73a7b2833c58 100644
--- a/security/openbsm-devel/files/pkg-message.in
+++ b/security/openbsm-devel/files/pkg-message.in
@@ -28,9 +28,10 @@ receiver {
}
}
-5. Update permissions on the auditdistd configuration file:
+5. Update permissions on the auditdistd configuration file and create directory:
# chmod 600 /etc/security/auditdistd.conf
# chown root:wheel /etc/security/auditdistd.conf
+# mkdir -m 700 /var/audit/remote ; chown auditdistd:wheel /var/audit/remote
6. Add the following to /etc/rc.conf:
auditdistd_enable="YES"
@@ -56,13 +57,16 @@ dist:on
4. Create /etc/security/auditdistd.conf configuration file:
sender {
host "<enter hostname of receiver here>" {
- remote "tls://<enter IP of the receiver here>"
- fingerprint "SHA256=8F:0A:FC:8A:3D:09:80:AF:D9:AA:38:CC:8A:86:..."
- password "<enter password generated above here>"
+ remote "tls://<enter IP of the receiver here>"
+ fingerprint "SHA256=8F:0A:FC:8A:3D:09:80:AF:D9:AA:38:CC:8A:86:..."
+ password "<enter password generated above here>"
}
}
-4. Start the required daemons:
+5. Create the required directories:
+# mkdir -m 0770 /var/audit/dist ; chown auditdistd:audit /var/audit/dist
+
+6. Start the required daemons:
service auditd start && service auditdistd start
Additional information regarding auditdistd may be found on the OpenBSM wiki: