mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Enable seccomp filter for Chrony
Signed-off-by: Thien Tran <contact@tommytran.io>
This commit is contained in:
parent
4255f21366
commit
a331025f3f
@ -78,6 +78,10 @@ sudo curl https://raw.githubusercontent.com/GrapheneOS/infrastructure/main/syste
|
||||
sudo systemctl restart sshd
|
||||
|
||||
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 insights-client --collector malware-detection
|
||||
|
Loading…
Reference in New Issue
Block a user