I've got a file that contains information I need to let some apps read sometimes, but would generally prefer it's not accessed without me knowing about it.
How can I get the file descriptor open operation to prompt me for confirmation before it succeeds?
I could write my own file system emulator and mount it probably, but that sounds like too much.
Are there existing tools for that?