1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Enable seccomp filter for Chrony

Signed-off-by: Thien Tran <contact@tommytran.io>
This commit is contained in:
Thien Tran 2023-08-08 21:33:38 -07:00
parent 4255f21366
commit a331025f3f
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2

View File

@ -78,6 +78,10 @@ sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/syste
sudo systemctl restart sshd sudo systemctl restart sshd
sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony.conf sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/chrony.conf -o /etc/chrony.conf
echo '# Command-line options for chronyd
OPTIONS="-F 1"' | sudo tee /etc/sysconfig/chronyd
sudo systemctl restart chronyd sudo systemctl restart chronyd
sudo insights-client --collector malware-detection sudo insights-client --collector malware-detection