vix.ing · top · new · best · stats · spec

nsroot: Minimalist Process Isolation Tool Implemented With Linux Namespaces

2016/09/13 by Inge Alexander Raknes, Raknes, Inge Alexander, Bjørn Fjukstad +3 · 1 voice
Business, Management and Accounting · Computer Science · Decision Sciences · #Business Process Modeling and Analysis #Distributed #Distributed and Parallel Computing Systems #FOS: Computer and information sciences #Parallel #Scientific Computing and Data Management #and Cluster Computing (cs.DC) #cs.DC

paper · pdf · doi:10.48550/arxiv.1609.03750

arxiv created 2016/09/13 · openalex publication_date 2016/09/13 · arxiv published 2016/09/13 · openalex created_date 2016/09/23 · arxiv updated 2017/12/27 · openalex updated_date 2026/07/28

Abstract

Data analyses in the life sciences are moving from tools run on a personal computer to services run on large computing platforms. This creates a need to package tools and dependencies for easy installation, configuration and deployment on distributed platforms. In addition, for secure execution there is a need for process isolation on a shared platform. Existing virtual machine and container technologies are often more complex than traditional Unix utilities, like chroot, and often require root privileges in order to set up or use. This is especially challenging on HPC systems where users typically do not have root access. We therefore present nsroot, a lightweight Linux namespaces based process isolation tool. It allows restricting the runtime environment of data analysis tools that may not have been designed with security as a top priority, in order to reduce the risk and consequences of security breaches, without requiring any special privileges. The codebase of nsroot is small, and it provides a command line interface similar to chroot. It can be used on all Linux kernels that implement user namespaces. In addition, we propose combining nsroot with the AppImage format for secure execution of packaged applications. nsroot is open sourced and available at: https://github.com/uit-no/nsroot

Discussions

Related