| ▲ | jstanley 5 hours ago | |
We do sort of have that with the capabilities stuff (although I admit hardly anyone knows how to use it). But the tricky part is that "reading files" is done all the time in ways you might not think of as "reading files". For example loading dynamic libraries involves reading files. Making network connections involves reading files (resolv.conf, hosts). Formatting text for a specific locale involves reading files. Working out the timezone involves reading files. Even just echoing "hello" to the terminal involves reading files: | ||
| ▲ | tadfisher 4 hours ago | parent [-] | |
OP says "restricted access to files". Read access to your home directory is not required for loading dynamic libraries or printing the time. | ||