|
| View previous topic :: View next topic |
| Author |
Message |
john maclean
|
Posted: Sun Jul 20, 2008 12:04 am Post subject: selinux and 90k |
|
|
| Code: | cat /proc/cmdline
ro root=UUID=4617bd90-9108-4be7-a51c-2cde36b69a1d |
There's no reference to selinux.
| Code: | grep -i ^sel /etc/selinux/config
SELINUX=disabled |
Is this being honoured?
|
_________________ BLAG 'em up! |
|
 |
jebba
|
Posted: Sun Jul 20, 2008 2:05 am Post subject: |
|
|
It is being disabled in userspace. There was a huge thread in fedora-devel about this and I was reassured that that is ok, but i think i may put it back in there anyway. Check dmesg and you can see what i mean.
|
|
|
 |
john maclean
|
Posted: Sun Jul 20, 2008 8:29 am Post subject: |
|
|
| Code: | dmesg | grep -i selin
Kernel command line: ro root=UUID=4617bd90-9108-4be7-a51c-2cde36b69a1d selinux=0
SELinux: Disabled at boot. |
|
_________________ BLAG 'em up! |
|
 |
|
|
|