Add a few files to tracking.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-19 21:10:39 +01:00
commit 9d4458ff22
6 changed files with 53 additions and 0 deletions

18
etc/filesystems Normal file
View file

@ -0,0 +1,18 @@
ext4
ext3
ext2
iso9660
exfat
vfat
ntfs
msdos
reiserfs
btrfs
jfs
xfs
f2fs
squashfs
romfs
udf
minix
*

31
etc/ntp.conf Normal file
View file

@ -0,0 +1,31 @@
# NTP servers to sync to.
server gw.afterdark.lan
# Sync to local clock if no servers are available.
server 127.127.1.0
fudge 127.127.1.0 stratum 10
# By default, restrict access to the service.
restrict -4 default limited nomodify noquery nopeer notrap kod
restrict -6 default limited nomodify noquery nopeer notrap kod
# Allow localhost to query the service, but nothing else.
restrict -4 127.0.0.1 limited nomodify nopeer notrap kod
restrict -6 ::1 limited nomodify nopeer notrap kod
# Allow local networks to sync with us.
# Edit the network address and mask below, and uncomment.
# restrict 192.168.1.0 mask 255.255.255.0 limited nomodify nopeer notrap kod
# Where to store the drift calculation.
driftfile /var/db/ntpd/drift
# Stats should be written here.
statsdir /var/db/ntpd/stats
# PID file location.
pidfile /run/ntpd.pid
# Disable the ntpdc -c monlist command, which is insecure and can be used
# to cause a denial of service attack (CVE-2013-5211).
disable monitor

View file

@ -0,0 +1 @@
/etc/sv/autofs

View file

@ -0,0 +1 @@
/etc/sv/dcron

View file

@ -0,0 +1 @@
/etc/sv/ntpd

View file

@ -0,0 +1 @@
/etc/sv/vmtoolsd