IBM Pledges To Make Xen More Secure
An anonymous reader writes "In the latest posting on the Xen developer list, IBM pledges to make Xen more secure by porting its secure hypervisor (sHype) architecture to it. In their posting, IBM discusses an SELinux like access control frame work, resource control and monitoring and trusted computing support for Xen. It appears that a lot is happening on the Xen front (for example, the announcement of XenSource Inc. and Intel's code drop in the xeno-unstable.bk tree for their super secret VT CPU)."
... think of Half-Life when reading the headline?
I could only hope that will be the next posted story.
Get paid to code OSS
More about the typo!
I know you can post more about it!
...I bet you thought he meant pledges....
.... seriously people, when describing some new feature of some obscure software package, can you PLEASE tell us WHAT IS IS!?!??!one!!?
"And now, Fronzo v2.1.e, now 21% more secure!"
And also close up those portals, we don't want any alien invasions.
What is XEN?!
Xen is an open source hypervisor for intel hardware. A hypervisor allows multiple operating systems to run side-by-side simultanously. Don't think VMware, think partitioning on a mainframe.
Intel's VT technology is hardware support for partitioning. Google it.
sHype is a research hypervisor at IBM that implements advanced security mechanisms much in the same way that SELinux does.
So, think mainframe style partitioning with the security of SELinux.
They give a reason:
Although I understand, I'm unsure why VMWare and Bochs can run Windows and Xen can't...8 of 13 people found this answer helpful. Did you?
1.3 Which OSes run on Xen?
To achieve such high performance, Xen requires that OSes are ported to run on it. So far we have stable ports of Linux 2.4, Linux 2.6, and NetBSD. Ports of FreeBSD and Plan 9 are nearing completion.
1.4 Does Xen support Microsoft Windows?
Unfortunately there are no plans to support any versions of Windows in the near future. Furthermore, a port of Windows would be encumbered by licensing issues. Longer term, virtualisation features in next-generation CPUs should make it much easier to support unmodified OSes: at that time we will reconsider Windows support.
What is Xen good for, exactly? I mean I can run NetBSD, linux, linux and linux on the same machine?
In what sort of situation would I want more virtual linux machines, where UML wouldn't suffice? When would I need to run NetBSD and linux together, when everything that runs on one can be recompiled easily for the other?
I could see concurrently running Windows and linux as a useful thing in business, since sometimes you just can't get away from Windows.
What's it good for that vmware isn't, if you need to run customized OS's on top of it?
I'm just curious. Anyone use it? What exactly are it's features, besides free vs Free vs blah blah philosophy, I'm talking technology here.
I don't need no instructions to know how to rock!!!!
If IBM makes an open-source Trusted Computing component that is indistinguishable to Windows components authenticating it across the Net, IBM will have made up for a multitude of sins. Between IBM and Novell, Linux might just keep us out of the clutches of the Windows hegemony for another decade.
--
make install -not war
I can't think of anything more foolish if you are an IT professional than to "assume" products are secure.
Finally a software product that describes its main characteristic after its name! Of course that was after the market-leader of such trend - "Loooong"horn.
Actually, the OS patching thing is no big deal since someone's already done the windows patching work for you. If you're running win4lin, go into the win4lin directory in /opt and you'll find plaintext lists of patches for every version of windows it supports. Win4lin effectively is Xen for windows and is a 20 year-old product (via Merge), nothing new there...
So it's certainly possible for a 3rd party to integrate those patches into Xen without the Xen developers' blessing. =) Netraverse might hate you for it, but it probably could be argued that a comprehensive list of non-virtualizable patches can only be done one way.
Keep in mind that a tool similar to Bochs/VMWare could be used to generate patchlists automatically so it's only a matter of time before someone gets a clue and updates Xen to allow Win4lin type functionality.
[Warning : Flamebait ahead]
Excuse-me.
You don't think running Windows on a MainFrame, don't you ?
You know these big super computer that are supposed to crash only once per century ?
[/Warning : Off]
More seriously : Xen is intended for machines that are only used to run different flavors of unix any way. I could eventually complain about it's lack of support for Solaris. But I don't think any one is missing Windows.
"Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
I know it takes some binary changes, but have any 'patches' been released yet to allow for windows ( xp/2000/2003 ) to run as a client yet?
---- Booth was a patriot ----
What with all those portals opening up...who knows what your going to get.
What do I know...I'm from City 17, not Black Mesa.
"Power corrupts. PowerPoint corrupts absolutely."
I wonder if ReactOS has any plans for supporting Xen in the future? They're not at a "Windows replacement" stage yet, but the project seems to be moving pretty fast.
The roots of education are bitter, but the fruit is sweet.
--Aristotle
Presumably Xen isn't quite as secure as VM and this work will fix that.
I wonder if they will then port OS/390 and OS/400 to run on top of Xen ?
"have called this Zen stuff anti semitic"
Buddhism is anti-semitic?
"Now thousands of Linux geeks will install this on their $299 PC and think "Holy shit, I have a mainframe in my house! I need to put this on my resume!""
Why not? Personal PCs certainly are headed that way.
In fact if it wasn't for accidents of history. Our computers would be so much more than they are now.
IBM Pledges To Make XMen More Secure
XEN does for the Intel platform what OpenPower does for the Power platform.
http://www.linux-mag.com/2004-10/xen_01.html/
Oz
"Lisp is crippled by no common way to access operating system features"
Doesn't need an OS. Google for LispOS. Or even better the "Slate" project.
"and no good non-commercial GUI toolkit."
CLIM is the standard for Common Lisp.
"Lisp itself is great, but other environments have gone way beyond it in actually being useful for applications."
Oh it's still being used. Allegro Lisp, or Common Lisp are being used. Just as Smalltalk is being used. As both language, and OS.
Now all we need is project plans to implement most of these into the Linux kernel.
============
Mathematics will always come back to hunt you down, in so many ways
Does anyone have a link or a torrent for the XenDemoCD referenced on their main page? It's not on their downloads page like the link implies.
In what sort of situation would I want more virtual linux machines, where UML wouldn't suffice? When would I need to run NetBSD and linux together, when everything that runs on one can be recompiled easily for the other?
Our company uses Xen in order to provide our customers with their own virtual server for services that we provide. We used UML at first, but found the performance very poor. While researching Xen, we got response times 2 to 10 times faster than the same site on UML. And UML had a nasty habit of crashing under high stress (on our servers at least).
So in our case (yours results may vary), Xen was faster and more reliable.