]> git.p6c8.net - policy-templates.git/blobdiff - mac/README.md
Add support for Firefox 112
[policy-templates.git] / mac / README.md
index eda62857a2b0f8857b179ce87159553101b1072c..ad7764cc8bd0108341fa6ca9e96c33d590406693 100644 (file)
@@ -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
 ```
 ```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"
+```

patrick-canterino.de