wok-current diff firejail/description.txt @ rev 25151
orc-dev: added .la file
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jun 30 11:07:10 2022 +0100 (2022-06-30) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/firejail/description.txt Thu Jun 30 11:07:10 2022 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +Firejail is a SUID program that reduces the risk of security breaches 1.5 +by restricting the running environment of untrusted applications using 1.6 +Linux namespaces and seccomp-bpf. 1.7 +It allows a process and all its descendants to have their own private 1.8 +view of the globally shared kernel resources, such as the network stack, 1.9 +process table, mount table. 1.10 + 1.11 +Written in C with virtually no dependencies, the software runs on any 1.12 +Linux computer with a 3.x kernel version or newer. 1.13 +The sandbox is lightweight, the overhead is low. 1.14 +There are no complicated configuration files to edit, no socket 1.15 +connections open, no daemons running in the background. 1.16 +All security features are implemented directly in Linux kernel and 1.17 +available on any Linux computer.