Is it possible to disable access of some program to files completely?
Because I don’t want it to have any kind of access to files on system, is it possible to compile it so it doesn’t have access to file stream or to run it someway it cant access files?
Is it possible to disable access of some program to files completely? Because I
Share
The closest you’d be able to come to that is to run your program in a
chrootjail.