FileAccess
Thomas Milius (7848) 116 posts |
In my archive of selfwritten software a few weeks ago I found a module which I wrote 1995/1996 and which I never released until now. It was called FileAccess. After a certain cleanup I made it working under RISC OS 5.2×. The manual is entirely in German. Today I spent one hour to translate only the command description into English. FileAccess controls access to files and logs the access if desired into a protocol and if configured accordingly rejects access. Several users can be defined and access rights to files/directories (read/write/execution) can be defined for every user separately. FileAccess is quite slow and I am sure there are ways to kick it out but it may offer a simple protection. FileAccess can be downloaded from my homepage http://thomas-milius-stade.dnshome.de/indexE.htm Section Computer activities or directly from http://thomas-milius-stade.dnshome.de/Download/Freeware/FileAccess.zip |
Julie Stamp (8365) 474 posts |
Thanks Thomas, looks like it could come in handy for debugging, or being nosey about how other programs work. Note that I had to replace the
line with
in |
Thomas Milius (7848) 116 posts |
Thanks for the hint with Territory! |