Bug 120075

Summary: SELinux FAQ - is ext2/3 the only available file system?
Product: [Fedora] Fedora Documentation Reporter: Karsten Wade <kwade>
Component: selinux-faqAssignee: Karsten Wade <kwade>
Status: CLOSED CURRENTRELEASE QA Contact: Tammy Fox <tammy.c.fox>
Severity: medium Docs Contact:
Priority: medium    
Version: devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://people.redhat.com/kwade/fedora-docs/selinux-faq-en/
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-04-06 23:21:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 118757    

Description Karsten Wade 2004-04-05 20:15:12 UTC
Description of change/FAQ addition:

Are other file systems besides ext2 and ext3 supported under SELinux,
such as XFS or ReiserFS?

Start of thread:

http://www.redhat.com/archives/fedora-selinux-list/2004-April/msg00087.html

Version-Release of FAQ (found on
http://people.redhat.com/kwade/fedora-docs/selinux-faq-en/ln-legalnotice.html):

 selinux-faq-1.0-4 (2004-04-05-T04:20-0800)

Comment 1 Karsten Wade 2004-04-05 23:35:31 UTC
<notting> XFS supports labels, as I recall.

<jamesm> devpts can also be labeled with xattrs.

Comment 2 Karsten Wade 2004-04-06 00:41:35 UTC
<sct> Yes, the XFS xattr support got the security.* namespace added on
Jan 30 this year, so it should work fine

Comment 3 Bill Nottingham 2004-04-06 20:06:37 UTC
devpts, of course, isn't really a user-installable filesystem.


Comment 4 Karsten Wade 2004-04-06 23:21:08 UTC
To be included in 1.0-5.

## begin snippet from FAQ

Q:. What file systems can I use for SELinux?

A:. The file system must support xattr labels in the right security.*
namespace. In addition to ext2/ext3, XFS has recently added support
for the necessary labels. 

## 30