Other
Enforce group requirement
By default, anyone who can successfully authenticate on the system can use Posit Workbench. You can get more control over who’s able to log into the system by creating a group such as rstudio-users and instructing Workbench to limit access to that group.
/etc/rstudio/rserver.conf
auth-required-user-group=rstudio-usersSELinux enforcement
To use Posit Workbench with SELinux in enforcing mode, install a policy module to grant necessary permissions to Workbench.
Installation instructions and configuration options are be found in the SELinux Configuration documentation.