diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-03-23 23:19:24 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-03-25 20:08:48 +0100 |
commit | 92ed83c72e2e1006bd2c94cbe02870f7d2404cae (patch) | |
tree | 4e3ec6ae0e28c0fa2c4767170d109cb8982cfab2 /cli | |
parent | 07b84b96bee626471db5f5dc284f4cd00a0d56ff (diff) |
Use about:config to determine the socket path and perms.
Diffstat (limited to 'cli')
-rw-r--r-- | cli/icevault.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/icevault.1 b/cli/icevault.1 index c9dba3d..0eac11f 100644 --- a/cli/icevault.1 +++ b/cli/icevault.1 @@ -120,6 +120,10 @@ Specify the path of the UNIX socket used to communicate with the browser. If the path does not start with a slash "/", it is assumed to be relative to the default Firefox profile (or first profile found if there is no default profile) in the "~/.mozilla/firefox" directory. +The socket path and permissions can be configured on the +Iceweasel/Firefox side with the "extensions.icevault.socketPath" and +"extensions.icevault.socketPerms" preferences in "about:config", +respectively. .TP .B \-\-version @@ -166,6 +170,10 @@ The path of the UNIX socket used to communicate with the browser. If the path does not start with a slash "/", it is assumed to be relative to the default Firefox profile (or first profile found if there is no default profile) in the "~/.mozilla/firefox" directory. +The socket path and permissions can be configured on the +Iceweasel/Firefox side with the "extensions.icevault.socketPath" and +"extensions.icevault.socketPerms" preferences in "about:config", +respectively. (Default: "S.IceVault".) .TP |