Document config properly for use-libintercept

Signed-off-by: Ikey Doherty <ikey@solus-project.com>
This commit is contained in:
Ikey Doherty
2017-10-11 16:18:06 +01:00
parent b9d677dee1
commit 0c252321e3
+11 -1
View File
@@ -158,7 +158,7 @@ Configuration options can be placed in an INI-style configuration file in a seri
The user configuration takes immediate priority. Secondly we have the system-wide configuration for affecting all accounts, and lastly the vendor configuration, which may be provided by the integrator.
Currently this INI file supports two options. The root section in this INI file must be `[Steam]`.
Currently this INI file supports three options. The root section in this INI file must be `[Steam]`.
`use-native-runtime = $boolean`
@@ -182,6 +182,16 @@ Currently this INI file supports two options. The root section in this INI file
The default value of this variable is false.
`use-libintercept = $boolean`
If set to a true boolean value (yes/true/on), the `liblsi-intercept.so`
library will be utilised to control dynamic linking within the Steam client
and associated processes.
Note this requires `use-native-runtime` to be set.
The default value of this variable is true.
## Common issues