Commit 337d171c authored by Marc Vef's avatar Marc Vef
Browse files

Added three access and lookup configurations:

- should permissions be checked when access() is called or discarded. Default off
//#define CHECK_ACCESS
- If access permissions should be checked while opening a file. Default off
//#define CHECK_ACCESS_DURING_OPEN
- If disabled, a file or directory is always presumed to be there (even if it is not). No check is executed. Default on.
#define DO_LOOKUP
parent 49a77aac
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment