Line 129: |
Line 129: |
| ====[http://fedoraproject.org/wiki/Chromium Chromium]==== | | ====[http://fedoraproject.org/wiki/Chromium Chromium]==== |
| :Fedora wiki page | | :Fedora wiki page |
| + | *mozzila certutil (from irc): |
| + | "i tried to import the cacert.org root, mainly for use in chrome |
| + | http://code.google.com/p/chromium/wiki/LinuxCertManagement |
| + | chrome uses mozilla's nss database, but for some reason that isn't shared with firefox, so just |
| + | importing in firefox doesn't work |
| + | the trick is to set NSS_DEFAULT_DB_TYPE="sql" before running those commands from the chromium wiki page. |
| + | chrome stores all the other certs somewhere else, though. the nss db was empty |
| + | check your $home folder for .pki folder |
| + | http://www.mozilla.org/projects/security/pki/nss/tools/certutil.html should also be a good read." |
| + | |
| ====Security Enhanced Linux==== | | ====Security Enhanced Linux==== |
| *[http://fedoraproject.org/wiki/SELinux SElinux] | | *[http://fedoraproject.org/wiki/SELinux SElinux] |
| *[https://docs.fedoraproject.org/en-US/Fedora/13/html/Security-Enhanced_Linux/chap-Security-Enhanced_Linux-Confining_Users.html Confining Users] | | *[https://docs.fedoraproject.org/en-US/Fedora/13/html/Security-Enhanced_Linux/chap-Security-Enhanced_Linux-Confining_Users.html Confining Users] |
| *[https://docs.fedoraproject.org/en-US/Fedora/13/html/Managing_Confined_Services/index.html Managing Confined Services] | | *[https://docs.fedoraproject.org/en-US/Fedora/13/html/Managing_Confined_Services/index.html Managing Confined Services] |