|
|
|
|
|
by bennofs
3609 days ago
|
|
Improving Linux desktop security beyond "if you PWN one program, you PWN the whole desktop session" is going to be hard. X11 has no separation, so talking about this really only makes sense when using Wayland, which is no where near default yet. A problem with this particular approach is that chrome-trusted for example will no longer have access to the session's DBus, so
it cannot show any notifications for example. And DBus, like X11, does not provide any separation right now as far as I'm aware (it has support for authentication, but in practice, `external` is used most of the time which is based on UID). The only variant that might provide a real security benefit here is the -paranoid one, as that those not share the X11 server session. |
|
Yes, X11 has no separation, but you can use multiple X11 isolated sessions, like i do in this config i'm explaining in this post.