▲ | monax 4 days ago | ||||||||||||||||
Apps don’t get full access to memory or hardware. The kernel only maps what they’re allowed to see. Drivers live in user space, and apps talk to them through capabilities (handles you can pass around). There’s no ambient authority, you only get access if you’ve been given the key. | |||||||||||||||||
▲ | Panzerschrek 4 days ago | parent | next [-] | ||||||||||||||||
What about filesystem access rights? Does any application have full access to all user's files? Or only to files belonging to this particular application? | |||||||||||||||||
| |||||||||||||||||
▲ | spuz 4 days ago | parent | prev [-] | ||||||||||||||||
Interesting. Thanks. |