]> git.p6c8.net - policy-templates.git/commitdiff
Update README.md
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Wed, 25 Jan 2023 18:27:11 +0000 (13:27 -0500)
committerGitHub <noreply@github.com>
Wed, 25 Jan 2023 18:27:11 +0000 (13:27 -0500)
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
 ```
+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