aboutsummaryrefslogtreecommitdiffstats
path: root/chromium
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2015-03-08 17:03:23 +0800
committerTing-Wei Lan <lantw44@gmail.com>2015-03-08 17:03:23 +0800
commit10d622962a7486a36b384973ce0a5010bcb20d76 (patch)
treec914c69f0459297e163d45d84b1797a553239add /chromium
parent0a64d66d004ad8f8c2709b692a23d9957d897baf (diff)
downloadcopr-rpm-spec-10d622962a7486a36b384973ce0a5010bcb20d76.tar
copr-rpm-spec-10d622962a7486a36b384973ce0a5010bcb20d76.tar.gz
copr-rpm-spec-10d622962a7486a36b384973ce0a5010bcb20d76.tar.bz2
copr-rpm-spec-10d622962a7486a36b384973ce0a5010bcb20d76.tar.lz
copr-rpm-spec-10d622962a7486a36b384973ce0a5010bcb20d76.tar.xz
copr-rpm-spec-10d622962a7486a36b384973ce0a5010bcb20d76.tar.zst
copr-rpm-spec-10d622962a7486a36b384973ce0a5010bcb20d76.zip
chromium: Add instructions used to resolve SELinux error
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.