Bug 134549

Summary: text install doesn't have selinux config dialog
Product: [Fedora] Fedora Reporter: Chris Ricker <chris.ricker>
Component: anacondaAssignee: Jeremy Katz <katzj>
Status: CLOSED CURRENTRELEASE QA Contact: Mike McLean <mikem>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: nobody+pnasrat
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-09 04:15:35 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:
Attachments:
Description Flags
anaconda.log none

Description Chris Ricker 2004-10-04 15:36:46 UTC
GUI installs have a dialog, after the firewall config stuff, for
selinux configuration (disabled, which policy if enabled, etc)

Text installs (ftp on x86_64) don't have this....

Comment 1 Jeremy Katz 2004-10-04 16:02:26 UTC
It does for me... shows up as a separate screen right after the
firewall.  Is it not showing up there for you?  Did you boot with
selinux=0 (if you do, then I optimize the screen out).

Comment 2 Chris Ricker 2004-10-04 16:13:09 UTC
Nope, no selinux screen anywhere

I'm just using

linux text

to start the installer

Comment 3 Jeremy Katz 2004-10-04 17:06:51 UTC
Just double checked with today's rawhide and it works fine here.  Can
you grab /tmp/anaconda.log and attach it?

Comment 4 Chris Ricker 2004-10-04 20:14:25 UTC
It says

* Unable to load suitable SELinux policy
* failed to load policy, disabling SELinux

...

* moving (1) to step firewall
* selinux disabled, not showing selinux config screen
* moving (1) to step languagesupport


Comment 5 Chris Ricker 2004-10-04 20:15:36 UTC
Created attachment 104744 [details]
anaconda.log

complete log file

Comment 6 Jeremy Katz 2004-10-04 20:27:54 UTC
What tree are you installing?  Can you switch to tty2 and look at the
contents of /selinux/policyvers (you may have to do mount -t selinuxfs
none /selinux first)?  Also, what are the contents of /etc/selinux?

Comment 7 Chris Ricker 2004-10-04 20:43:49 UTC
I've seen this with both the 20041001 and 20041004 x86_64 development
trees

/selinux/policyvers during install is 18 (and it's automounted)

Oh, this is interesting -- /etc/selinux during install is a dangling
symlink to /mnt/runtime/etc/selinux

I'm starting the install off of the boot.iso in the images/ directory,
and then using ftp as the method....

Comment 8 Jeremy Katz 2004-10-04 21:16:56 UTC
Figured it out.  Fixed in CVS.

Comment 9 Chris Ricker 2004-12-09 04:15:35 UTC
closing, fixed. thanks!