mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-05-02 06:16:19 -04:00
Update Chrony configurations
This commit is contained in:
parent
8bfc2ba1c8
commit
90dce6a30b
2 changed files with 18 additions and 1 deletions
|
@ -388,6 +388,13 @@ If decide on using NTS with chronyd, consider using multiple, independent time p
|
|||
|
||||
GrapheneOS uses a [quite nice chrony configuration](https://github.com/GrapheneOS/infrastructure/blob/main/chrony.conf) for their infrastructure. I recommend that you replicate their `chrony.conf` on your system.
|
||||
|
||||
You should also enable the secommp filter for chronyd in `/etc/sysconfig/chronyd`:
|
||||
|
||||
```
|
||||
# Command-line options for chronyd
|
||||
OPTIONS="-F 1"
|
||||
```
|
||||
|
||||

|
||||
|
||||
### Pluggable Authentication Modules (PAM)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue