aboutsummaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
Diffstat (limited to 'chromium')
-rw-r--r--chromium/INSTALL.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromium/INSTALL.md b/chromium/INSTALL.md
index 8130791..9791215 100644
--- a/chromium/INSTALL.md
+++ b/chromium/INSTALL.md
@@ -3,3 +3,8 @@
If you find that all hardware acceleration is disabled in `chrome://gpu`, it
is likely that you DRI3 support is broken. Please add `LIBGL_DRI3_DISABLE=1`
to your environment variables to workaround it.
+
+If you get a SELinux error when running NaCl extensions, please run the command
+`semanage fcontext -a -t bin_t '/home/.*/\.config/chromium/.*/Extensions/.*/.*/plugin/pnacl/.*\.nexe'`
+as root and run `restorecon -R ~/.config/chromium` as your user to set correct
+SELinux types.