Firejail

From NixOS Wiki
Revision as of 17:03, 14 November 2022 by imported>Onny (Init page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Firejail is an easy to use SUID sandbox program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces, seccomp-bpf and Linux capabilities.

Installation

Add following line to your system configuration to install Firejail globally

environment.systemPackages = with pkgs; [ firejail ];