access={read,update,alter}
The possible access types are:
The access security configuration option is useful as a defensive measure if an RFA listener is only intended for read-only or update access to files. Some sites might have multiple RFA listeners, where some have read-only access (to allowed paths) and are broadly available, while others have update or alter access but are more tightly restricted.
The access level specified with this option is a maximum: other security checks, such as the ESF Authorization checks against the PHYSFILE class if external security is configured, can further restrict access, but they cannot grant permission that is denied by the access configuration setting.
The following restricts the listener to read-only access, regardless of other security rules:
[Security] access=read