1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-11-12 13:01:33 -05:00

Enable chronyd seccomp filter

Signed-off-by: Thien Tran <contact@tommytran.io>
This commit is contained in:
Thien Tran 2023-08-15 17:52:08 -07:00
parent 195e9686a9
commit fb0082cdff
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -46,6 +46,10 @@ sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
#Setup NTS
sudo rm -rf /etc/chrony/chrony.conf
sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony/chrony.conf
echo '# Command-line options for chronyd
OPTIONS="-F 1"' | sudo tee /etc/sysconfig/chronyd
sudo systemctl restart chronyd
# Disable automount