A Highly Portable Sandbox Facility For OpenBSD
An Anonymous Coward writes: "A new facility called 'systrace' has been developed by one of the OpenBSD developers. It allows enforcement of system call policies on untrusted binaries. For now it is only available OpenBSD-current, but the author claims it is highly portable and can easily be integrated into GNU/Linux systems. Eventually binary-only software is going to become more and more common in Linux, so this could be a another 'Good Thing(TM)' from the paranoids that brought us OpenSSH."
What sort of performance hit does this impose? For instance, is it low enough to run nearly everything in the sandbox as a matter of course?
Protoplasm. Quiet Protoplasm. I like quiet protoplasm.
This is really a great advacement for security. I hope it will be ported to Linux as soon as possible.
/home and /tmp.
/etc or /sbin for any user.
With this mechanism, basically every program can be sandboxed. Basically it would be very useful to restrict the access to the filesystem: applications do not need to access certain directories, or even better they should only access
Still the permissions should be defined mainly at system level: for example the mozilla binary must not be allowed to access
Does this isolate the programs from each other like Jail in FreeBSD or is it more of a system protection?
I've messed around with jail in FreeBSD and see there is a porting to Linux. Nice to see this in OpenBSD. Hey Microsoft, what have you got?
"BSD: We've got hot babes."
No, that's not even close. This monitors what the program is attempting to access, not monitoring buffers, return values, etc. Very different.
Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
It's part of OBSD. You have to crank through a kernel mod to use it. And it's still "highly portable?" Sure, and command line Linux is "user friendly" and Winblows is "highly secure."