mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-13 21:41:33 -05:00
Enable chronyd seccomp filter
Signed-off-by: Thien Tran <contact@tommytran.io>
This commit is contained in:
parent
195e9686a9
commit
fb0082cdff
@ -46,6 +46,10 @@ sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
|
|||||||
#Setup NTS
|
#Setup NTS
|
||||||
sudo rm -rf /etc/chrony/chrony.conf
|
sudo rm -rf /etc/chrony/chrony.conf
|
||||||
sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /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
|
sudo systemctl restart chronyd
|
||||||
|
|
||||||
# Disable automount
|
# Disable automount
|
||||||
|
Loading…
Reference in New Issue
Block a user