git.p6c8.net
/
policy-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f41b89
)
Update README.md
author
Michael Kaply
<345868+mkaply@users.noreply.github.com>
Wed, 25 Jan 2023 18:27:11 +0000
(13:27 -0500)
committer
GitHub
<noreply@github.com>
Wed, 25 Jan 2023 18:27:11 +0000
(13:27 -0500)
mac/README.md
patch
|
blob
|
history
diff --git
a/mac/README.md
b/mac/README.md
index eda62857a2b0f8857b179ce87159553101b1072c..ad7764cc8bd0108341fa6ca9e96c33d590406693 100644
(file)
--- 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"
+```
patrick-canterino.de