Bypass Real Paths
Searching for files with absolute file paths (instead of relative paths) creates heavier system loads; bypassing this search accelerates file events.
capamsc141
Searching for files with absolute file paths (instead of relative paths) creates heavier system loads; bypassing this search accelerates file events.
To activate this bypass, set the bypass_realpath token to 1 in the [SEOS_syscall] section of the seos.ini file. If you enable this token,
Privileged Access Manager
does not obtain real file names, which, for example, could be a symbolic link. For more information about seos.ini file tokens, see the
Reference Guide
.This feature should be used with extreme care because it impacts security-generic rules do not work when files are accessed with a relative path.