I wish it had stuck. In a related vein, I idly wonder if there's a project around intended to bring useful security to a practical Unix derivative. Nobody uses a big timesharing box any longer (for all reasonable definitions of nobody); and the protections mooted to keep "users" away from "wheel" are basically pointless and counterproductive in a world where attacks come from outside. Apple's code-signing is one reac…
You can do quite a bit in Linux with CGroups and SELinux. Projects making good use of those are Fedora, Systemd and Chromium browser.
Plan 9 from Bell Labs (1995)
11–20 of 55 posts
Re: Plan 9 from Bell Labs (1995)
#12I've done quite a bit of poking around in Plan 9, but of course I don't know all of it. I've hacked in the kernel and worked on the 64-bit version as well, I've fooled with the compilers, and I've hacked on the window manager.
If anyone wants to ask questions about some aspect of Plan 9, I'll do my best to answer--and if I can't, I bet others can jump in and take over. It would be great to clear up some of the misconceptions, myths, and FUD!
Re: Plan 9 from Bell Labs (1995)
#13Earlier quoted context omitted.
You can do quite a bit in Linux with CGroups and SELinux. Projects making good use of those are Fedora, Systemd and Chromium browser.
I'll check it out. Next up, doing away with POSIX.
Re: Plan 9 from Bell Labs (1995)
#14I wish it had stuck. In a related vein, I idly wonder if there's a project around intended to bring useful security to a practical Unix derivative. Nobody uses a big timesharing box any longer (for all reasonable definitions of nobody); and the protections mooted to keep "users" away from "wheel" are basically pointless and counterproductive in a world where attacks come from outside. Apple's code-signing is one reac…
Attacks may come from the outside, but they usually exploit code running on the target. IIRC, Apparmor is an implementation of what you seek - an easy way to limit what any given executable can do, in addition to what its process credentials can do.
Re: Plan 9 from Bell Labs (1995)
#15The linked text is from the 90s. Not exactly news. But Plan 9 was a big improvement over Unix. Unfortunately, good things are often ignored.
Re: Plan 9 from Bell Labs (1995)
#16Re: Plan 9 from Bell Labs (1995)
#17It had a lot of promise. What did become of it I wonder?
Re: Plan 9 from Bell Labs (1995)
#18Let me know when they release a decent editor for it...
As gchpaco points out, both sam and acme are pretty usable. Acme makes a good enough programming editor that I use it for all my coding at work, while I keep a tarball of the original sam port on a server for those times when I have to use a system with a crappy version of vi and no admin privileges to install something better. Oh, and you can run Vim on Plan 9 now. But it's kind of like visiting a foreign country an…
Re: Plan 9 from Bell Labs (1995)
#19The linked text is from the 90s. Not exactly news. But Plan 9 was a big improvement over Unix. Unfortunately, good things are often ignored.
...which is why we're still using Unix.
Re: Plan 9 from Bell Labs (1995)
#20And the relationship to Inferno is...?