lots of things
This commit is contained in:
46
ConfigFiles/AuditD/auditd.conf
Normal file
46
ConfigFiles/AuditD/auditd.conf
Normal file
@ -0,0 +1,46 @@
|
||||
#
|
||||
# Known Element Enterprises Customized Config File
|
||||
# auditd
|
||||
# Initial version 2025-06-27
|
||||
#
|
||||
|
||||
local_events = yes
|
||||
write_logs = yes
|
||||
log_file = /var/log/audit/audit.log
|
||||
log_group = adm
|
||||
log_format = ENRICHED
|
||||
flush = INCREMENTAL_ASYNC
|
||||
freq = 50
|
||||
max_log_file = 8
|
||||
num_logs = 5
|
||||
priority_boost = 4
|
||||
name_format = NONE
|
||||
max_log_file_action = keep_logs
|
||||
space_left = 75
|
||||
space_left_action = email
|
||||
action_mail_acct = root
|
||||
|
||||
admin_space_left_action = halt
|
||||
disk_full_action = SUSPEND
|
||||
disk_error_action = SUSPEND
|
||||
admin_space_left = 50
|
||||
|
||||
verify_email = yes
|
||||
use_libwrap = yes
|
||||
tcp_listen_queue = 5
|
||||
tcp_max_per_addr = 1
|
||||
tcp_client_max_idle = 0
|
||||
transport = TCP
|
||||
distribute_network = no
|
||||
q_depth = 2000
|
||||
overflow_action = SYSLOG
|
||||
max_restarts = 10
|
||||
plugin_dir = /etc/audit/plugins.d
|
||||
end_of_event_timeout = 2
|
||||
##tcp_client_ports = 1024-65535
|
||||
##tcp_listen_port = 60
|
||||
|
||||
##krb5_key_file = /etc/audit/audit.key
|
||||
krb5_principal = auditd
|
||||
|
||||
##name = mydomain
|
0
ConfigFiles/AuditD/rules.d/time-change.rules
Normal file
0
ConfigFiles/AuditD/rules.d/time-change.rules
Normal file
5
ConfigFiles/BANNERS/issue
Normal file
5
ConfigFiles/BANNERS/issue
Normal file
@ -0,0 +1,5 @@
|
||||
This system is the property of Known Element Enterprises LLC.
|
||||
|
||||
Authorized uses only. All activity may be monitored and reported.
|
||||
|
||||
All activities subject to monitoring/recording/review in real time and/or at a later time.
|
5
ConfigFiles/BANNERS/issue.net
Normal file
5
ConfigFiles/BANNERS/issue.net
Normal file
@ -0,0 +1,5 @@
|
||||
This system is the property of Known Element Enterprises LLC.
|
||||
|
||||
Authorized uses only. All activity may be monitored and reported.
|
||||
|
||||
All activities subject to monitoring/recording/review in real time and/or at a later time.
|
5
ConfigFiles/BANNERS/motd
Normal file
5
ConfigFiles/BANNERS/motd
Normal file
@ -0,0 +1,5 @@
|
||||
This system is the property of Known Element Enterprises LLC.
|
||||
|
||||
Authorized uses only. All activity may be monitored and reported.
|
||||
|
||||
All activities subject to monitoring/recording/review in real time and/or at a later time.
|
23
ConfigFiles/Logrotate/logrotate.conf
Normal file
23
ConfigFiles/Logrotate/logrotate.conf
Normal file
@ -0,0 +1,23 @@
|
||||
# see "man logrotate" for details
|
||||
|
||||
# global options do not affect preceding include directives
|
||||
|
||||
# rotate log files weekly
|
||||
weekly
|
||||
|
||||
# keep 4 weeks worth of backlogs
|
||||
rotate 4
|
||||
|
||||
# create new (empty) log files after rotating old ones
|
||||
create 0640 root utmp
|
||||
|
||||
# use date as a suffix of the rotated file
|
||||
#dateext
|
||||
|
||||
# uncomment this if you want your log files compressed
|
||||
#compress
|
||||
|
||||
# packages drop log rotation information into this directory
|
||||
include /etc/logrotate.d
|
||||
|
||||
# system-specific logs may also be configured here.
|
1
ConfigFiles/ModProbe/cramfs.conf
Normal file
1
ConfigFiles/ModProbe/cramfs.conf
Normal file
@ -0,0 +1 @@
|
||||
install cramfs /bin/true
|
1
ConfigFiles/ModProbe/dccp.conf
Normal file
1
ConfigFiles/ModProbe/dccp.conf
Normal file
@ -0,0 +1 @@
|
||||
install dccp /bin/true
|
1
ConfigFiles/ModProbe/freevxfs.conf
Normal file
1
ConfigFiles/ModProbe/freevxfs.conf
Normal file
@ -0,0 +1 @@
|
||||
install freevxfs /bin/true
|
1
ConfigFiles/ModProbe/hfs.conf
Normal file
1
ConfigFiles/ModProbe/hfs.conf
Normal file
@ -0,0 +1 @@
|
||||
install hfs /bin/true
|
1
ConfigFiles/ModProbe/hfsplus.conf
Normal file
1
ConfigFiles/ModProbe/hfsplus.conf
Normal file
@ -0,0 +1 @@
|
||||
install hfsplus /bin/true
|
1
ConfigFiles/ModProbe/jffs2.conf
Normal file
1
ConfigFiles/ModProbe/jffs2.conf
Normal file
@ -0,0 +1 @@
|
||||
install jffs2 /bin/true
|
1
ConfigFiles/ModProbe/rds.conf
Normal file
1
ConfigFiles/ModProbe/rds.conf
Normal file
@ -0,0 +1 @@
|
||||
install rds /bin/true
|
1
ConfigFiles/ModProbe/sctp.conf
Normal file
1
ConfigFiles/ModProbe/sctp.conf
Normal file
@ -0,0 +1 @@
|
||||
install sctp /bin/true
|
1
ConfigFiles/ModProbe/squashfs.conf
Normal file
1
ConfigFiles/ModProbe/squashfs.conf
Normal file
@ -0,0 +1 @@
|
||||
install squashfs /bin/true
|
1
ConfigFiles/ModProbe/tipc.conf
Normal file
1
ConfigFiles/ModProbe/tipc.conf
Normal file
@ -0,0 +1 @@
|
||||
install tipc /bin/true
|
1
ConfigFiles/ModProbe/udf.conf
Normal file
1
ConfigFiles/ModProbe/udf.conf
Normal file
@ -0,0 +1 @@
|
||||
install udf /bin/true
|
1
ConfigFiles/ModProbe/usb_storage.conf
Normal file
1
ConfigFiles/ModProbe/usb_storage.conf
Normal file
@ -0,0 +1 @@
|
||||
install usb-storage /bin/true
|
@ -1,5 +1,5 @@
|
||||
driftfile /var/lib/ntp/ntp.drift
|
||||
leapfile /usr/share/zoneinfo/leap-seconds.list
|
||||
server pfv-netboot.taile3044.ts.net
|
||||
server pfv-netboot.knel.net
|
||||
restrict 127.0.0.1
|
||||
restrict ::1
|
@ -2,12 +2,19 @@ Include /etc/ssh/sshd_config.d/*.conf
|
||||
HostKey /etc/ssh/ssh_host_rsa_key
|
||||
HostKey /etc/ssh/ssh_host_ed25519_key
|
||||
KbdInteractiveAuthentication no
|
||||
X11Forwarding yes
|
||||
PrintMotd no
|
||||
PasswordAuthentication no
|
||||
AllowTcpForwarding no
|
||||
X11Forwarding no
|
||||
ChallengeResponseAuthentication no
|
||||
Banner none
|
||||
AcceptEnv LANG LC_*
|
||||
Subsystem sftp /usr/lib/openssh/sftp-server
|
||||
UsePAM yes
|
||||
PermitRootLogin prohibit-password
|
||||
Banner /etc/issue.net
|
||||
MaxAuthTries 2
|
||||
MaxStartups 10:30:100
|
||||
PermitRootLogin prohibit-password
|
||||
ClientAliveInterval 300
|
||||
ClientAliveCountMax 3
|
||||
AllowUsers root localuser subodev
|
||||
LoginGraceTime 60
|
31
ConfigFiles/Systemd/journald.conf
Normal file
31
ConfigFiles/Systemd/journald.conf
Normal file
@ -0,0 +1,31 @@
|
||||
[Journal]
|
||||
#Compress=yes
|
||||
#Seal=yes
|
||||
#SplitMode=uid
|
||||
#SyncIntervalSec=5m
|
||||
#RateLimitIntervalSec=30s
|
||||
#RateLimitBurst=10000
|
||||
#SystemMaxUse=
|
||||
#SystemKeepFree=
|
||||
#SystemMaxFileSize=
|
||||
#SystemMaxFiles=100
|
||||
#RuntimeMaxUse=
|
||||
#RuntimeKeepFree=
|
||||
#RuntimeMaxFileSize=
|
||||
#RuntimeMaxFiles=100
|
||||
#MaxRetentionSec=
|
||||
#MaxFileSec=1month
|
||||
#ForwardToSyslog=yes
|
||||
#ForwardToKMsg=no
|
||||
#ForwardToConsole=no
|
||||
#ForwardToWall=yes
|
||||
#TTYPath=/dev/console
|
||||
#MaxLevelStore=debug
|
||||
#MaxLevelSyslog=debug
|
||||
#MaxLevelKMsg=notice
|
||||
#MaxLevelConsole=info
|
||||
#MaxLevelWall=emerg
|
||||
#LineMax=48K
|
||||
#ReadKMsg=yes
|
||||
#Audit=no
|
||||
Storage=persistent
|
Reference in New Issue
Block a user