logo

Database

Use of isolation methods in running applications

Summary

Applications should run isolated from other applications (using sandboxing, jails, containers, etc).

Description

These mechanisms provide controlled environments in which applications can operate, limiting their access to system resources and interactions with other applications. When these isolation methods are implemented, compromised or malicious applications are less likely to affect the overall system.