From aa5984789aa2d74ff457e85b2456d7fccc32b4b6 Mon Sep 17 00:00:00 2001 From: Tommy Date: Wed, 17 Jan 2024 00:47:04 -0700 Subject: [PATCH] Typo fix Signed-off-by: Tommy --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfe6fb2..ecb0968 100644 --- a/README.md +++ b/README.md @@ -52,14 +52,14 @@ Next, create `/Library/LaunchDaemons/io.tommytran.prefs.plist`: Label - dev.privsec.prefs + io.tommytran.prefs RunAtLoad LaunchOnlyOnce ProgramArguments - /Library/PrivSec Corporation/scripts/apply_prefs.sh + /Library/Tomster Corporation/scripts/apply_prefs.sh @@ -68,7 +68,7 @@ Next, create `/Library/LaunchDaemons/io.tommytran.prefs.plist`: Finally, load in the service: ``` -sudo launchctl load /Library/LaunchDaemons/dev.privsec.prefs.plist +sudo launchctl load /Library/LaunchDaemons/io.tommytran.prefs.plist ``` I have also noticed that Microsoft Edge does not seem to reload Managed Preferences probably until the computer reboots. Note that this may not work after a macOS update, and you will need to reboot the computer again for the policies to apply. I am not sure if this is a macOS behavior or if it is caused because my machine is not enrolled in an MDM.