From 389b5267fb3fd24c8f25a50d1a2aff65c0a5f8fe Mon Sep 17 00:00:00 2001 From: Michael Kaply <345868+mkaply@users.noreply.github.com> Date: Wed, 25 Jan 2023 13:27:11 -0500 Subject: [PATCH] Update README.md --- mac/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mac/README.md b/mac/README.md index eda6285..ad7764c 100644 --- a/mac/README.md +++ b/mac/README.md @@ -34,3 +34,8 @@ Before any command line policies will work, you need to enable policies like thi ```bash sudo defaults write /Library/Preferences/org.mozilla.firefox EnterprisePoliciesEnabled -bool TRUE ``` +If you want to set user specific policies, use ~/Library without sudo: +```bash +defaults write ~/Library/Preferences/org.mozilla.firefox EnterprisePoliciesEnabled -bool TRUE +defaults write ~/Library/Preferences/org.mozilla.firefox Homepage__URL -string "http://example.com" +``` -- 2.34.1