mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-06-28 16:17:10 -04:00
Intro
This commit is contained in:
parent
610b592ed3
commit
d20d73d78c
1 changed files with 9 additions and 2 deletions
|
@ -1,8 +1,15 @@
|
||||||
---
|
---
|
||||||
title: "Docker and OCI Hardening"
|
title: "Secure Time Synchronization on macOS"
|
||||||
date: 2023-06-25
|
date: 2023-06-25
|
||||||
tags: ['macOS', 'Security']
|
tags: ['macOS', 'Security']
|
||||||
author: Tommy
|
author: Tommy
|
||||||
---
|
---
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
macOS by default uses the unencrypted and unauthenticated Network Time Protocol (NTP) for time synchronization. A popular solution to mitigate problem this is to use [ChronyControl](https://whatroute.net/chronycontrol.html) to setup NTS. However, the application requires administrator privileges, which less than ideal.
|
||||||
|
|
||||||
|
In this post, I will go over how you can setup NTS without needing a privileged application on your system by leveraging virtualization.
|
||||||
|
|
||||||
|
## UTM
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue