Linked by Thom Holwerda on Wed 3rd Jun 2009 11:21 UTC, submitted by Hakime
Google One of the defining features of Google's Chrome web browse is its sandboxing feature. You probably won't realise it's there, but from a security point of view, sand-boxing is one of the most impotant factors in browser security, as it severely limits the amount of damage a security hole can do: sure, you've got a hole in the browser, but thanks to sandboxing, you're pretty much locked in - until you break out of the sandbox, of course. Sandboxing on the Windows variant of Chrome was a "complicated affair", says Chromium developer Jeremy Moskovich, but for the Mac version, it's all a bit easier and more straightforward. On Linux, however, it's a mess.
Thread beginning with comment 366806
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: On the origin of species
by Lunitik on Wed 3rd Jun 2009 15:34 UTC in reply to "RE[2]: On the origin of species"
Lunitik
Member since:
2005-08-07

My first question would be more along the lines of "what the hell are you doing that SELinux complains that much?" There is no way SELinux should be causing that much issues for you... SELinux hasn't been an issue for a long time now

Reply Parent Bookmark Score: 1

boldingd Member since:
2009-02-19

I had a Sidux Linux installation, with a separate /home partition. I installed Fedora 10 over Sidux, and tried to re-use my home partition. SELinux wouldn't let me log in. I created a new home directory for that user. No dice. I struggled with it for two hours. I turned off SELinux. A security solution that takes longer to correctly configure than the OS took to install is highly impractical, to be kind. (Or, rather, that to longer to figure out it was never going to work and turn off than the OS took to install.) It didn't help that, in true KDE fashion, there was more than one GUI app to control SELinux, and no clear guidance on which to use (the configurer I found first was a set-up wizard: the option to turn SELinux off was somewhere else entirely).

Reply Parent Bookmark Score: 2

MattPie Member since:
2006-04-18

I had a Sidux Linux installation, with a separate /home partition. I installed Fedora 10 over Sidux, and tried to re-use my home partition. SELinux wouldn't let me log in.

CentOS5/RHEL5 throw various SElinux errors if home directories are on NFS. Not very enterprise-y of them...

Reply Parent Bookmark Score: 4

Finalzone Member since:
2005-07-06

Just curious, have you relabeled your home directory first? Also, have you contacted one of SELinux team about the issue? It is good to ask help about the issue.

Edited 2009-06-03 19:51 UTC

Reply Parent Bookmark Score: 3

segedunum Member since:
2005-07-06

SELinux causes 'a lot' of issues for people, and it is highly debatable whether the effort is worth it. Even worse, configuring SELinux is like nothing you will ever do anywhere else on a Linux system.

SELinux very complex and not very well documented, no, I don't want to have to create runtime policies as a response to everything and its configuration and APIs for actually getting it to work are very, very poor. It just isn't worth the effort.

Reply Parent Bookmark Score: 4

ichi Member since:
2007-03-06

Managing an enforced SELinux is definitely a pain, but I think it's be bearable when working on targeted mode.

Any app that wants to take advantage of SELinux could just provide it's own policy.

Reply Parent Bookmark Score: 2

Finalzone Member since:
2005-07-06

SELinux causes 'a lot' of issues for people, and it is highly debatable whether the effort is worth it. Even worse, configuring SELinux is like nothing you will ever do anywhere else on a Linux system.

SELinux very complex and not very well documented, no, I don't want to have to create runtime policies as a response to everything and its configuration and APIs for actually getting it to work are very, very poor. It just isn't worth the effort.


Efforts have been made to document SELinux on Fedora 10 that can be seen on :
http://docs.fedoraproject.org/selinux-user-guide/f10/en-US/index.ht...

There is a SELinux team ready to help as I have found after addressing a bug report. There is a feeling that some "expert" users are reluctant to admit they need help.

Reply Parent Bookmark Score: 2