aboutsummaryrefslogtreecommitdiffstats
path: root/chromium/INSTALL.md
blob: f9191c5e2abed3a4a52b93cdba8bc768615f6290 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
`dnf install chromium`

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.