Added configs

This commit is contained in:
Andrew Scott 2023-04-13 22:55:49 -04:00
parent abb7d52408
commit 9e69bf6d9a
Signed by: a
GPG key ID: 7CD5A5977E4931C1
4 changed files with 6 additions and 1 deletions

1
config/klogd.conf Normal file
View file

@ -0,0 +1 @@
DIRECTIVES="s2000000 n3 t"

2
config/smartd.conf Normal file
View file

@ -0,0 +1,2 @@
# This configures the directives used for s6-log in the log service.
DIRECTIVES="n3 s2000000 T"

View file

@ -0,0 +1,2 @@
# This configures the directives used for s6-log in the log service.
DIRECTIVES="n3 s2000000 T"

View file

@ -1,5 +1,5 @@
#!/bin/execlineb -P
envfile /etc/s6/config/tomoyo-audit.conf
envfile /etc/s6/config/tomoyo-auditd.conf
importas -sCuD "n3 s2000000 T" DIRECTIVES DIRECTIVES
ifelse { test -w /var/log } {
foreground { install -d -o s6log -g s6log /var/log/tomoyo-auditd }