(Created page with '{{admon/important | Comments and Explanations | The page source contains comments providing guidance to fill out each section. They are invisible when viewing this page. To rea...') |
|||
Line 4: | Line 4: | ||
We also request that you maintain the same order of sections so that all of the feature pages are uniform. --> | We also request that you maintain the same order of sections so that all of the feature pages are uniform. --> | ||
= | = Fedora Kiosk = | ||
<!-- The name of this Spin. For example: ''Fedora Education Math'', ''Fedora Developer'', ''Fedora KDE''--> | <!-- The name of this Spin. For example: ''Fedora Education Math'', ''Fedora Developer'', ''Fedora KDE''--> | ||
== Summary == | == Summary == | ||
<!-- A sentence or two summarizing what this spin is and what it will do. This information is used for the overall spins summary page for each release. --> | <!-- A sentence or two summarizing what this spin is and what it will do. This information is used for the overall spins summary page for each release. --> | ||
The Fedora Kiosk spin, is a secure kiosk live operating system, that will allow users to login to a system and access the internet in a secure manner. | |||
== Owner(s) == | == Owner(s) == | ||
Line 17: | Line 17: | ||
<!--Enter the names of the contributors or the link to the Special Interest Group page.--> | <!--Enter the names of the contributors or the link to the Special Interest Group page.--> | ||
<!-- Include your email address so that people can reach you --> | <!-- Include your email address so that people can reach you --> | ||
* Name: | * Name: Daniel Walsh <dwalsh> | ||
* email: | * email: dwalsh@redhat.com | ||
== Detailed Description == | == Detailed Description == | ||
Line 24: | Line 24: | ||
<!-- Please give a more extensive description of the Spin. This could be a few paragraphs, highlighting specific features of the Spin, marketing your product to the end user. This ends up on the details page on spins.fedoraproject.org, and may be used in the release notes. --> | <!-- Please give a more extensive description of the Spin. This could be a few paragraphs, highlighting specific features of the Spin, marketing your product to the end user. This ends up on the details page on spins.fedoraproject.org, and may be used in the release notes. --> | ||
The Fedora Kiosk is a Fedora based live operating system that takes advantage of SELinux and namespacing to setup a secure kiosk environment. | |||
When you use a kiosk system you need to worry about the person that used the kiosk before you and after you. The person who used it before you could have left a process running on the system that can watch your keystrokes. The person who uses the kiosk after you can search through your home directory for data stored by firefox, including history, potentially credit card data, vpn access codes, etc. | |||
The Fedora kiosk uses the xguest package which sets up a limited priviledged SELinux xguest user. This user is allowed to login to the box without a password iff SELinux is enabeled and enforcing, and there are no processes running with the same UID. The user account is locked down so it can not execute any setuid/setgid applications. The only network ports it can connect to are web ports. It can not execute any content in its home directory. The home directory/tmp directory is created when the user logs in and destroyed when the user logs out. If the account attempts to leave a process around after logout the system will attempt to kill the process and no other kiosk users will be allowed to login until the processes with this uid, are killed. | |||
Root account is disabled. | |||
It is also a live operating system so, rebooting the kiosk, will reset it to a known good state. | |||
== Benefit to Fedora == | == Benefit to Fedora == | ||
Line 30: | Line 39: | ||
Fedora and its adoption of SELinux makes it an ideal platform for building a kiosk. Since Fedora support for pam_namespace, SELinux and xguest make it ideally suited for this type of environment. | |||
== Kickstart File == | == Kickstart File == | ||
<!-- URL to the most recent version of the kickstart file used to compose this Spin with --> | <!-- URL to the most recent version of the kickstart file used to compose this Spin with --> | ||
http://people.fedoraproject.org/~dwalsh/SELinux/kiosk/kiosk.ks | |||
== ISO Name / FS Label == | == ISO Name / FS Label == | ||
<!-- While the name of the .iso file is not, the filesystem label is limited to 32 characters. Choose a name for the .iso, and a name for the fs-label. Mandatory is "Fedora", the release number, and the architecture. Example: ISO name: Fedora-11-x86_64-Education-Math FS-Label: ''Fedora-11-x86_64-Edu-Math''. --> | <!-- While the name of the .iso file is not, the filesystem label is limited to 32 characters. Choose a name for the .iso, and a name for the fs-label. Mandatory is "Fedora", the release number, and the architecture. Example: ISO name: Fedora-11-x86_64-Education-Math FS-Label: ''Fedora-11-x86_64-Edu-Math''. --> | ||
Fedora-13-x86_64-kiosk | |||
http://people.fedoraproject.org/~dwalsh/SELinux/kiosk/kiosk.iso | |||
== Dependencies == | == Dependencies == | ||
Line 56: | Line 69: | ||
* what you are changing (anything you change that might break the product or the applications on your product) | * what you are changing (anything you change that might break the product or the applications on your product) | ||
--> | --> | ||
Additional security checks and usability testing needs to be done. As people come up with ideas of how they can break the security model of the kiosk, we need to react. | |||
Also need to make sure there is enough functionality to use the kiosk in say a library setting. Closed source applications might be needed like flashplugin. | |||
== Spins Page == | == Spins Page == | ||
Line 68: | Line 83: | ||
<!-- At least a paragraph describing what the spin is used for, who the spin is for, what unique features it has – that kind of information. This will also go on the home tab. --> | <!-- At least a paragraph describing what the spin is used for, who the spin is for, what unique features it has – that kind of information. This will also go on the home tab. --> | ||
Fedora Kiosk - A Secure Kiosk/No longer an OxyMoron | |||
=== Screenshot === | === Screenshot === |
Latest revision as of 18:58, 30 April 2010
Fedora Kiosk
Summary
The Fedora Kiosk spin, is a secure kiosk live operating system, that will allow users to login to a system and access the internet in a secure manner.
Owner(s)
- Name: Daniel Walsh <dwalsh>
- email: dwalsh@redhat.com
Detailed Description
The Fedora Kiosk is a Fedora based live operating system that takes advantage of SELinux and namespacing to setup a secure kiosk environment.
When you use a kiosk system you need to worry about the person that used the kiosk before you and after you. The person who used it before you could have left a process running on the system that can watch your keystrokes. The person who uses the kiosk after you can search through your home directory for data stored by firefox, including history, potentially credit card data, vpn access codes, etc.
The Fedora kiosk uses the xguest package which sets up a limited priviledged SELinux xguest user. This user is allowed to login to the box without a password iff SELinux is enabeled and enforcing, and there are no processes running with the same UID. The user account is locked down so it can not execute any setuid/setgid applications. The only network ports it can connect to are web ports. It can not execute any content in its home directory. The home directory/tmp directory is created when the user logs in and destroyed when the user logs out. If the account attempts to leave a process around after logout the system will attempt to kill the process and no other kiosk users will be allowed to login until the processes with this uid, are killed.
Root account is disabled.
It is also a live operating system so, rebooting the kiosk, will reset it to a known good state.
Benefit to Fedora
Fedora and its adoption of SELinux makes it an ideal platform for building a kiosk. Since Fedora support for pam_namespace, SELinux and xguest make it ideally suited for this type of environment.
Kickstart File
http://people.fedoraproject.org/~dwalsh/SELinux/kiosk/kiosk.ks
ISO Name / FS Label
Fedora-13-x86_64-kiosk
http://people.fedoraproject.org/~dwalsh/SELinux/kiosk/kiosk.iso
Dependencies
Scope / Testing
Additional security checks and usability testing needs to be done. As people come up with ideas of how they can break the security model of the kiosk, we need to react.
Also need to make sure there is enough functionality to use the kiosk in say a library setting. Closed source applications might be needed like flashplugin.
Spins Page
Slogan
Spin description
Fedora Kiosk - A Secure Kiosk/No longer an OxyMoron
Screenshot
Download tab
Support tab
Custom branding
Comments and Discussion