1.3 Ensure only defined users have access to the file system

Information

In Linux systems, there is a category of permission as others These users are the ones who are not neither owner nor in a group associated with the file/folder. Since these users are anyone else than users defined, they should not have any access at all on Websphere Liberty file system.

Solution

Ensure that other has no access to the system.

chmod -R o-rwx ${wlp.install.dir}

See Also

https://workbench.cisecurity.org/benchmarks/7724