Skip to content

Commit

Permalink
replaced NTPSec with chrony
Browse files Browse the repository at this point in the history
NTPSec pulls in Python3 which eats up close to 50% of our rootfs
partition. Chrony was picked for its lightweight characteristics. No
further investigation is done on the exposure of chrony to NTP
amplification attacks.

commit fixes #109
  • Loading branch information
svenrademakers committed Sep 12, 2023
1 parent d566b7f commit 03e2811
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tp2bmc/board/tp2bmc/overlay/etc/chrony.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
pool pool.ntp.org iburst
makestep 0.1 5
rtcsync

2 changes: 1 addition & 1 deletion tp2bmc/configs/tp2bmc_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ BR2_PACKAGE_MTD_UBIFS_UTILS=y
BR2_PACKAGE_MTD=y
BR2_PACKAGE_NANO=y
BR2_PACKAGE_NSS_MDNS=y
BR2_PACKAGE_NTPSEC=y
BR2_PACKAGE_CHRONY=y
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_PICOCOM=y
BR2_PACKAGE_START_STOP_DAEMON=y
Expand Down

0 comments on commit 03e2811

Please sign in to comment.