Iridium is a free, open, and libre browser modification of the Chromium code base, with privacy being enhanced in several key areas. Automatic transmission of partial queries, keywords, metrics to central services is inhibited and only occurs with consent. WWW: https://iridiumbrowser.de/
9 lines
272 B
Text
9 lines
272 B
Text
For correct operation, shared memory support has to be enabled
|
|
in Iridium by performing the following command as root :
|
|
|
|
sysctl kern.ipc.shm_allow_removed=1
|
|
|
|
To preserve this setting across reboots, append the following
|
|
to /etc/sysctl.conf :
|
|
|
|
kern.ipc.shm_allow_removed=1
|